import { FC } from "react"; import { InputProps } from "./input.types"; declare const AmountInDollar: FC; export default AmountInDollar;