import { FC } from "react"; import { ButtonProps } from "./InputQuantity.interface"; export declare const InputQuantityButton: FC;