import { InputNumberProps } from "./InputNumber.types"; export { default as InputNumber } from "./InputNumber"; export type { InputNumberProps };