/**
 * Check if the given elements contains text
 * @param  {String}   elementType   Element type (element or button)
 * @param  {String}   selector       Element selector
 * @param  {String}   falseCase     Whether to check if the content contains
 *                                  text or not
 */
export declare function checkContainsAnyText(elementType: string, selector: string, falseCase?: string | boolean): Promise<void>;
//# sourceMappingURL=checkContainsAnyText.d.ts.map