import { Prediction } from "../../parsing/common";
/**
 * Cropper API version 1.1 document data.
 */
export declare class CropperV1Document implements Prediction {
    /**
     * Default string representation.
     */
    toString(): string;
}
