import type { ChartAnyPluginSignature, ChartSeriesType, ChartsProviderProps } from '@mui/x-charts/internals'; import type { ChartsGeoDataProviderPremiumProps } from "./ChartsGeoDataProviderPremium.mjs"; import type { GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.mjs"; export declare const useChartsGeoDataProviderPremiumProps: >(inProps: ChartsGeoDataProviderPremiumProps) => { children: import("react").ReactNode; localeText: Partial | undefined; chartProviderProps: ChartsProviderProps; slots: Partial | undefined; slotProps: Partial | undefined; };