import { MarginInfo } from "./marginInfo"; import { ImageSrcType } from "./imageSrcType"; export declare class ImageTemplate { 'imagePath': string; 'imageSrcType': ImageSrcType; 'leftMargin': number; 'rightMargin': number; 'topMargin': number; 'bottomMargin': number; 'pageWidth': number; 'pageHeight': number; 'marginInfo': MarginInfo; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }