import type { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets";
import { AssetType, AssetConfigurationOptions, AssetRightElementKind, BalanceUI } from "../utils/type";
export type AssetWithComponents = CryptoOrTokenCurrency & AssetType & {
    balanceData?: BalanceUI;
};
export declare const sortAssets: (result: AssetWithComponents[], rightElement?: AssetRightElementKind) => AssetWithComponents[];
export declare function useAssetConfiguration(assets: CryptoOrTokenCurrency[], options: AssetConfigurationOptions): AssetWithComponents[];
//# sourceMappingURL=createAssetConfiguration.d.ts.map