export declare const getDeepElementFromPoint: (x: number, y: number) => Element | null;
