export declare const EmailFieldData: { formControlName: string; id: string; type: string; label: string; prefixIcon: { iconName: string; }; validationList: ({ validatorName: string; errorKey: string; args: string[]; message: string; } | { errorKey: string; args: (string | number)[]; message: string; validatorName?: undefined; })[]; requiredMessage: string; hint: string; };