export default function bindEvents({ chart, selectionActions, brush, actions, selectionInfo, selections, selectionEvents, brushEvents, }: { chart: any; selectionActions: any; brush: any; actions: any; selectionInfo: any; selections: any; selectionEvents: any; brushEvents: any; }): () => void;