import { default as React } from 'react';
import { FieldValues } from 'react-hook-form';
import { FormFieldPropsBase } from './types';
import { PartialBy } from '../../../../shared/types/utils';
declare const FormFieldEmailContent: <FormFields extends FieldValues>(props: PartialBy<FormFieldPropsBase<FormFields>, "placeholder">) => React.JSX.Element;
export declare const FormFieldEmail: typeof FormFieldEmailContent;
export {};
