/** * Check if the given element has the focus * @param {String} selector Element selector * @param {String} falseCase Whether to check if the given element has focus * or not */ export declare function checkFocus(selector: string, falseCase: string): Promise; //# sourceMappingURL=checkFocus.d.ts.map