import { InputHTMLAttributes } from "react"; export interface BalanceInputProps extends InputHTMLAttributes { }