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