import { FC } from "react"; import { ButtonProps, InputQuantityProps } from "./InputQuantity.interface"; export declare const InputQuantityButton: FC; declare const InputQuantity: import("react").ForwardRefExoticComponent>; export default InputQuantity;