import NumberInput from './NumberInput'; export type { NumberInputProps } from './NumberInput'; export { NumberInput }; export default NumberInput;