import { VerticalAlignment } from "./verticalAlignment"; import { StampBase } from "./stampBase"; export declare class PdfPageStamp extends StampBase { 'fileName': string; 'pageIndex': 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; }[]; }