/// <reference types="jest" />
export declare const providers: ({
    providerId: string;
    currenciesByNetwork: import("@ledgerhq/types-cryptoassets").CryptoCurrency[];
} | {
    providerId: string;
    currenciesByNetwork: import("@ledgerhq/types-cryptoassets").TokenCurrency[];
})[];
export declare const res: {
    result: {
        currenciesByProvider: ({
            providerId: string;
            currenciesByNetwork: import("@ledgerhq/types-cryptoassets").CryptoCurrency[];
        } | {
            providerId: string;
            currenciesByNetwork: import("@ledgerhq/types-cryptoassets").TokenCurrency[];
        })[];
        sortedCryptoCurrencies: import("@ledgerhq/types-cryptoassets").CryptoCurrency[];
    };
};
export declare const useGroupedCurrenciesByProvider: jest.Mock;
//# sourceMappingURL=useGroupedCurrenciesByProvider.mock.d.ts.map