export interface ChartsBrushOverlayProps {}
/**
 * Component that renders visual feedback during brush interaction
 */
export declare function ChartsBrushOverlay(props: ChartsBrushOverlayProps): import("react/jsx-runtime").JSX.Element | null;