import { InputProps } from 'antd/es/input'; import { FC, IglooComponentProps } from '../types'; import './style/index'; type Props = InputProps & IglooComponentProps; declare const Email: FC; export default Email;