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