import * as React from "react"; import { EmailProps } from "src/types"; declare const Email: React.FC; export { Email };