/// import { type TextFieldProps } from '../TextField'; export type EmailFieldProps = Omit & { /** * Скрытие персональных данных от инструментов мониторинга */ isHidePersonalData?: boolean; }; export declare const EmailField: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;