export interface ChartsBrushOverlayProps { /** * A CSS class name applied to the root element. */ className?: string; } /** * Component that renders visual feedback during brush interaction */ declare function ChartsBrushOverlay(props: ChartsBrushOverlayProps): import("react/jsx-runtime").JSX.Element | null; declare namespace ChartsBrushOverlay { var propTypes: any; } export { ChartsBrushOverlay };