import Account from './Account'; import * as AccountTypes from './types'; export { AccountTypes }; export default Account;