import { Page } from 'playwright'; import { ElementHandleBoundingBox } from '../typings'; export declare const getBoundingBox: (page: Page, selector: string) => Promise;