/** * Check the dimensions of the given element * @param {String} selector Element selector * @param {String} falseCase Whether to check if the dimensions match or not * @param {String} expectedSize Expected size * @param {String} dimension Dimension to check (broad or tall) */ export declare function checkDimension(selector: string, falseCase: string, expectedSize: string, dimension: "broad" | "tall"): Promise; //# sourceMappingURL=checkDimension.d.ts.map