import { SignatureSubjectNameElements } from "./signatureSubjectNameElements"; import { Color } from "./color"; import { Rotation } from "./rotation"; export declare class SignatureCustomAppearance { 'fontFamilyName': string; 'fontSize': number; 'rotation': Rotation; 'showContactInfo': boolean; 'showReason': boolean; 'showLocation': boolean; 'contactInfoLabel': string; 'reasonLabel': string; 'locationLabel': string; 'digitalSignedLabel': string; 'dateSignedAtLabel': string; 'dateTimeLocalFormat': string; 'dateTimeFormat': string; 'backgroundColor': Color; 'foregroundColor': Color; 'useDigitalSubjectFormat': boolean; 'digitalSubjectFormat': Array; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }