export declare const FORM_DEFINITION_DEFAULTS: { styles: { horizontalGap: { value: string; }; verticalGap: { value: string; }; outerPadding: { value: string; }; }; field: { inputType: { label: string; defaultCountryCode: string; value: string; name: string; valueMappings: { values: { value: { value: string; }; }[]; }; fileUploaderConfig: { accessLevel: string; acceptedFileTypes: never[]; isResumable: boolean; showThumbnails: boolean; }; }; radioGroupFieldBooleanDisplayValue: { true: string; false: string; }; }; sectionalElement: { text: string; }; cta: { position: string; buttonMatrix: string[][]; cancel: { label: string; }; clear: { label: string; }; submit: { label: string; }; }; }; //# sourceMappingURL=defaults.d.ts.map