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