/******************************************************************** * ADOBE CONFIDENTIAL * __________________ * * Copyright 2024 Adobe * All Rights Reserved. * * NOTICE: All information contained herein is, and remains * the property of Adobe and its suppliers, if any. The intellectual * and technical concepts contained herein are proprietary to Adobe * and its suppliers and are protected by all applicable intellectual * property laws, including trade secret and copyright laws. * Dissemination of this information or reproduction of this material * is strictly forbidden unless prior written permission is obtained * from Adobe. *******************************************************************/ export declare const DEFAULT__SIGN_IN_EMAIL_FIELD: { customUpperCode: string; code: string; default_value: string; entity_type: string; frontend_class: string; frontend_input: string; is_required: boolean; multiline_count: number; sort_order: number; is_unique: boolean; label: string; options: never[]; validateRules: { name: string; value: string; }[]; autocomplete: string; }[]; export declare const DEFAULT__RESET_PASSWORD_EMAIL_FIELD: Record[]; export declare const DEFAULT_SIGN_UP_FIELDS: ({ customUpperCode: string; code: string; default_value: string; entity_type: string; frontend_class: string; frontend_input: string; is_required: boolean; is_unique: boolean; label: string; multiline_count: number; sort_order: number; options: never[]; validateRules: { name: string; value: string; }[]; autocomplete: string; } | { customUpperCode: string; code: string; default_value: string; entity_type: string; frontend_class: string; frontend_input: string; is_required: boolean; is_unique: boolean; label: string; multiline_count: number; sort_order: number; options: never[]; validateRules?: undefined; autocomplete?: undefined; })[]; export declare const DEFAULT_INPUTS_PROPS: Record; //# sourceMappingURL=defaultCreateUserConfigs.d.ts.map