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