import type { RectanglesOutput } from '../methods/rectangles.interfaces.js'; /** * Get the click and dimensions of the mobile webview and remove the overlay */ export declare function getMobileWebviewClickAndDimensions(overlaySelector: string): RectanglesOutput; //# sourceMappingURL=getMobileWebviewClickAndDimensions.d.ts.map