import { FunctionComponent } from 'react'; /** * Email check page. */ declare const EmailCheck: FunctionComponent; export default EmailCheck;