/// <reference types="react" />
import { ValidatorCommonProps } from "../index";
export declare const Email: (props: ValidatorCommonProps) => JSX.Element;
