import { type PropsWithChildren } from 'react'; import type { ChartToolbarRendererProps } from './types.js'; import type { ChartLayoutDimensions } from '../chart-layout/types/chart-layout.js'; type ChartToolbarVisibilityOverlayProps = { boundSize: ChartLayoutDimensions; visibleWhenMouseInBounds: boolean; setIsVisible: (isVisible: boolean) => void; isVisible: boolean; handlerRef?: ChartToolbarRendererProps['handlerRef']; }; export declare const ChartToolbarVisibilityOverlay: (props: PropsWithChildren) => string | number | bigint | boolean | import("react").JSX.Element | Iterable | Promise | import("react").ReactElement> | import("react").ReactPortal | null | undefined> | null | undefined; export {}; //# sourceMappingURL=ChartToolbarVisibilityOverlay.d.ts.map