import { Rectangle } from "./rectangle";
import { TextRects } from "./textRects";
export declare class CellRecognized {
    'textRects': TextRects;
    'rectangle': Rectangle;
    static discriminator: any;
    static attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
    }[];
}
