import type { FC } from 'react'; import type { BasicInputProps } from './BasicInput'; export type EmailInputProps = Omit, 'type'>; export declare const EmailInput: FC;