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