import { type PropsWithChildren } from 'react'; import { ChartToolbarConfig } from '../../core/types/toolbar.js'; export declare const HistogramToolbarProvider: { ({ children, config, }: PropsWithChildren<{ config?: ChartToolbarConfig; }>): import("react/jsx-runtime.js").JSX.Element; displayName: string; };