export declare function isPointerInBounds(view: HTMLElement, { x, y }: {
    x: number;
    y: number;
}): boolean;
