/// import { AmountInputProps } from '..'; declare function AmountInput({ amountName, currencies, currencyName, helperText, isCurrenciesLoading, ...props }: AmountInputProps): import("react").JSX.Element; declare namespace AmountInput { var displayName: string; } export default AmountInput;