import { IMaskedInputProps } from '../MaskedInput/MaskedInputProps'; import { Omit } from '../../utils'; export declare type IEmailInputProps = Omit;