import { shapesInterfaces } from "powerbi-visuals-utils-svgutils"; import { Selection } from "d3-selection"; import { ISelectionHandler } from "./interactivityBaseService"; import IPoint = shapesInterfaces.IPoint; export declare function getPositionOfLastInputEvent(): IPoint; export declare function registerStandardSelectionHandler(selection: Selection, selectionHandler: ISelectionHandler): void; export declare function registerGroupSelectionHandler(group: Selection, selectionHandler: ISelectionHandler): void;