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