import { ElementHandle } from 'playwright';
import { VerboseOptions } from '../is-handle-visible';
export declare function isHandleEnabled(selector: ElementHandle<Element> | undefined | null, options: VerboseOptions): Promise<boolean>;
