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