import { FC } from 'react'; import { InputNumberProps } from './type'; declare const InputNumber: FC; export default InputNumber;