import { CheckOptions } from '../check-handle';
import { ElementHandle, Frame, Page } from 'playwright';
export declare function uncheckHandle(selector: ElementHandle<Element> | undefined | null, name: string, page: Page | Frame | undefined, options: CheckOptions): Promise<void>;