/// import { Field } from '../../../types'; interface SendProps { inputId: Field; } declare const InputAmount: ({ inputId }: SendProps) => JSX.Element; export default InputAmount;