export declare const useBuySellAmountValidation: () => { minimumFrom: number; maximumFrom: number; minimumTo: number; maximumTo: number; checkAmount: ({ value, mode, }: { value: string | null | undefined; mode: "from" | "to"; }) => string | undefined; }; //# sourceMappingURL=useBuySellAmountValidation.d.ts.map