import type { NearAccount, NearValidatorItem } from "@ledgerhq/coin-near/types";
export interface AccountBannerState {
    display: boolean;
    redelegate: boolean;
    validatorId: string;
    ledgerValidator: NearValidatorItem | undefined;
}
export declare function getAccountBannerState(account: NearAccount): AccountBannerState;
//# sourceMappingURL=banner.d.ts.map