import type { FC } from 'react'; import type { AccountZoneProps } from './account.types'; export declare const AccountZone: FC; export default AccountZone;