import type { Transaction } from "@ledgerhq/coin-bitcoin/types"; import type { Account, FeeStrategy } from "@ledgerhq/types-live"; export declare const useFeesStrategy: (a: Account, t: Transaction) => FeeStrategy[]; //# sourceMappingURL=react.d.ts.map