export declare class SignatureCustomAppearance {
    'fontFamilyName': string;
    'fontSize': number;
    'showContactInfo': boolean;
    'showReason': boolean;
    'showLocation': boolean;
    'contactInfoLabel': string;
    'reasonLabel': string;
    'locationLabel': string;
    'digitalSignedLabel': string;
    'dateSignedAtLabel': string;
    'dateTimeLocalFormat': string;
    'dateTimeFormat': string;
    static discriminator: any;
    static attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
    }[];
}
