import type { FC } from 'react'; import type { AccountProviderProps } from './account.types'; export declare const AccountProvider: FC;