import { Frame, Page } from 'playwright'; import { ClickOptions } from '../../handle-actions'; export declare function clickOnSelector(selector: string, page: Page | Frame | undefined, options: ClickOptions): Promise;