import { SwapAmountInputProps } from '../types'; export declare function SwapAmountInput({ className, delayMs, label, token, type, swappableTokens, render, }: SwapAmountInputProps): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined; //# sourceMappingURL=SwapAmountInput.d.ts.map