import { Account } from "@ledgerhq/types-live";
export interface AccountBannerState {
    stakeProvider: "lido" | "kiln";
}
export declare function getAccountBannerState(account: Account): AccountBannerState;
//# sourceMappingURL=banner.d.ts.map