declare type Props = { maxFee: string; maxPriorityFee: string; baseFee: string; }; export declare const useFeeRange: ({ maxFee, maxPriorityFee, baseFee }: Props) => string | undefined; export {};