import { type PropsWithChildren } from 'react'; import { MeterBarChartDataProviderData, MeterBarChartDataProviderProps } from '../types/meter-bar-chart-internal.js'; export declare const MeterBarChartDataContext: import("react").Context; export declare const MeterBarChartDataProvider: ({ children, data, }: PropsWithChildren) => import("react/jsx-runtime.js").JSX.Element; export declare const useMeterBarChartData: () => MeterBarChartDataProviderData;