import { InputNumberProps } from 'antd/es/input-number'; import { FC, IglooComponentProps } from '../../../types'; import '../../style/index'; import './index.less'; type Props = InputNumberProps & IglooComponentProps; declare const Stepper: FC; export default Stepper;