import { Size } from "@testplane/webdriverio/build/commands/element";
import { Rect } from "../../../image";
export declare const getVerticalOverflowErrorMessage: (readableCaptureAreaDescr: string, captureArea: Rect, viewport: Size) => string;
export declare class VerticalOverflowError extends Error {
    constructor(readableCaptureAreaDescr: string, captureArea: Rect, viewport: Size);
}
