import { StampType } from "./stampType"; import { Rectangle } from "./rectangle"; import { LinkElement } from "./linkElement"; export declare class StampInfo extends LinkElement { 'id': string; 'indexOnPage': number; 'pageIndex': number; 'rect': Rectangle; 'text': string; 'visible': boolean; 'stampType': StampType; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }