import { type PropsWithChildren } from 'react'; import { TimeseriesChartConfiguration } from '../types/timeseries-config.js'; export declare const TimeseriesConfigProvider: ({ children, config, }: PropsWithChildren<{ config: TimeseriesChartConfiguration; }>) => import("react").JSX.Element; //# sourceMappingURL=TimeseriesConfigProviders.d.ts.map