export default function bindSelectionEvents({ chart, selectionInfo, selectionActions, actions, selections, selectionEvents, }: { chart: any; selectionInfo: any; selectionActions: any; actions?: {} | undefined; selections: any; selectionEvents: any; }): () => void;