import { TextRects } from "./textRects"; import { AsposeResponse } from "./asposeResponse"; export declare class TextRectsResponse extends AsposeResponse { 'textOccurrences': TextRects; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }