import { type PropsWithChildren } from 'react'; import { ChartInteractionsConfig } from '../../core/types/interactions.js'; export declare const HistogramInteractionsProvider: { ({ children, config, }: PropsWithChildren<{ config?: ChartInteractionsConfig; }>): import("react").JSX.Element; displayName: string; }; //# sourceMappingURL=HistogramInteractionsProvider.d.ts.map