declare module "react-numeric-input" { import { ComponentType } from "react"; const NumericInput: ComponentType; export default NumericInput; }