export declare const TranslationKeys: { readonly NAMESPACE: "Text_Input"; readonly PHONE_FORMAT_LENGTH_VALIDATION_ERROR: "text_input_phone_format_length_validation_error"; readonly PHONE_FORMAT_LENGTH_VALIDATION_ERROR_DEFAULT: "Please enter a phone number with {digits} digits"; readonly PHONE_FORMAT_DEFAULT_VALIDATION_ERROR: "text_input_phone_format_default_validation_error"; readonly PHONE_FORMAT_DEFAULT_VALIDATION_ERROR_DEFAULT: "Please enter between 4 to 17 digits. You can include hyphens (-) or start with a (+), e.g., 555-123-4567 or +(222)987654321"; readonly PHONE_FORMAT_COMPLEX_PHONE_DEFAULT_VALIDATION_ERROR: "text_input_phone_format_complex_phone_default_validation_error"; readonly PHONE_FORMAT_COMPLEX_PHONE_DEFAULT_VALIDATION_ERROR_DEFAULT: "Please enter between 4 to 17 digits. You can include dividers (-), e.g., 555-123-4567."; readonly INLINE_ERROR_MESSAGE_DEFAULT_ERROR_MESSAGE: "Text_Input_On_Stage_Error_Text_Label"; }; export declare const textTypeToName: { readonly email: "email"; readonly url: "url"; readonly tel: "phone"; readonly text: undefined; readonly password: undefined; readonly number: undefined; readonly search: undefined; }; type SPFields = 'textPadding' | 'labelMargin' | 'labelPadding' | 'inputHeight'; type StyleFields = SPFields | 'textAlignment'; export declare const migratedSPFields: Array; export declare const migratedFields: Array; export {};