export default function getOnSelectStart({ selectionEvents, selections, selectionInfo, clear, chart, document }: { selectionEvents: any; selections: any; selectionInfo: any; clear: any; chart: any; document: any; }): (event: any, components?: any[]) => void;