import React from "react"; import { BalanceInputProps } from "./types"; declare const BalanceInput: React.FC; export default BalanceInput;