export declare const useFromAmountThreshold: () => {
    belowMinFromAmountUSD: boolean;
    minFromAmountUSD: number | undefined;
};
