export default function clearTap({ chart, selectionInfo, selections, events, brushNames }: { chart: any; selectionInfo: any; selections: any; events?: string[] | undefined; brushNames?: never[] | undefined; }): void;