import type { AccountBalanceChipProps } from '../components/v2/AccountBalanceChip'; import type { Locale } from '../locales/i18n'; import type { DepositAccountContext } from './depositFlowConfig'; /** The chip's props; a deprecated preformatted `value` still wins. */ export declare function accountBalanceChipProps(context: DepositAccountContext | undefined, locale: Locale): AccountBalanceChipProps | undefined; //# sourceMappingURL=accountContext.d.ts.map