export declare const defaultTranslations: { readonly label: "Sign here"; readonly title: "Add your signature"; readonly type_option: "Type your signature"; readonly type_placeholder: "Your full name"; readonly type_example: "Full Name"; readonly type_loading: "Generating signature"; readonly or_label: "or"; readonly draw_option: "Draw your signature"; readonly draw_subtitle: "Draw your signature here using your mouse or trackpad"; readonly draw_instructions: "Draw your signature in the box below"; readonly confirm: "Sign"; readonly confirm_all: "Sign All"; readonly cancel: "Cancel"; readonly back: "Back"; readonly clear: "Clear"; readonly initials_label: "Initial here"; readonly initials_title: "Add your initials"; readonly initials_type_option: "Type your initials"; readonly initials_type_placeholder: "Your initials"; readonly initials_type_example: "A.B."; readonly initials_type_loading: "Generating initials"; readonly initials_draw_option: "Draw your initials"; readonly initials_draw_subtitle: "Draw your initials here using your mouse or trackpad"; readonly initials_draw_instructions: "Draw your initials in the box below"; readonly initials_confirm: "Initial"; readonly initials_confirm_all: "Initial All"; }; export declare type SignatureTranslations = typeof defaultTranslations; //# sourceMappingURL=translation.d.ts.map