import type { ChartAnyPluginSignature, ChartSeriesType } from '@mui/x-charts/internals'; import type { ChartsDataProviderPremiumProps } from "./ChartsDataProviderPremium.mjs"; import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs"; export declare const useChartsDataProviderPremiumProps: >(props: ChartsDataProviderPremiumProps) => { children: import("react").ReactNode; localeText: Partial | undefined; chartProviderProps: import("@mui/x-charts/internals").ChartsProviderProps; slots: Partial | undefined; slotProps: Partial | undefined; };