import { VerticalAlignment } from "./verticalAlignment"; import { StampBase } from "./stampBase"; export declare class ImageStamp extends StampBase { 'fileName': string; 'width': number; 'height': number; 'verticalAlignment': VerticalAlignment; 'bottomMargin': number; 'leftMargin': number; 'topMargin': number; 'rightMargin': number; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }