import type { Locator } from "@playwright/test"; export declare function tryClickElement(element: Locator, shouldClick: () => Promise, timeoutMs?: number): Promise;