import { FC } from 'react'; import { InputQuantityPropsType } from '../types'; declare const InputQuantity: FC; export default InputQuantity;