import { FunctionComponent } from 'react'; /** * The account field. */ declare const Account: FunctionComponent; export default Account;