import { TextState } from "./textState"; import { HorizontalAlignment } from "./horizontalAlignment"; import { StampBase } from "./stampBase"; export declare class TextFooter extends StampBase { 'textAlignment': HorizontalAlignment; 'value': string; 'textState': TextState; 'bottomMargin': number; 'leftMargin': number; 'rightMargin': number; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }