export default function bindBrushEvents({ brush, chart, selectionInfo, brushEvents }: { brush: any; chart: any; selectionInfo: any; brushEvents?: {} | undefined; }): () => void;