import React from 'react'; import { AmountInputProps } from '@burner-wallet/types'; declare const AmountInput: React.FC; export default AmountInput;