import type { XYPosition } from '../../types' export declare function getMousePosition(event: MouseEvent, containerBounds: DOMRect): XYPosition