import type { HeatmapPremiumProps } from "./HeatmapPremium.js"; import type { HeatmapPlotPremiumProps } from "./HeatmapPlotPremium.js"; export type UseHeatmapPremiumProps = HeatmapPremiumProps; export declare function useHeatmapPremiumProps(props: UseHeatmapPremiumProps): { heatmapPlotPremiumProps: HeatmapPlotPremiumProps; chartsDataProviderPremiumProps: import("@mui/x-charts-pro/ChartsDataProviderPro").ChartsDataProviderProProps<"heatmap", import("@mui/x-charts-pro/Heatmap").HeatmapPluginSignatures>; chartsWrapperProps: Omit; clipPathProps: import("@mui/x-charts").ChartsClipPathProps; clipPathGroupProps: { clipPath: string; }; overlayProps: import("@mui/x-charts/ChartsOverlay").ChartsOverlayProps; chartsAxisProps: import("@mui/x-charts").ChartsAxisProps; legendProps: import("@mui/x-charts").ChartsLegendProps | import("@mui/x-charts").ChartsLegendSlotExtension; children: React.ReactNode; };