import React from "react";
import { IAmountInputProps } from "../../models";
declare const AmountInput: React.FC<IAmountInputProps>;
export default AmountInput;
