import "../Card/CardTitle.js"; import React from "react"; import { Box, FormControl, InputBase } from "@mui/material"; //#region src/components/AmountInput/AmountInput.style.d.ts declare const FormControl$1: React.FC>; declare const Input: React.FC>; //#endregion export { FormControl$1 as FormControl, Input }; //# sourceMappingURL=AmountInput.style.d.ts.map