import { FC } from "react"; import { CounterButtonProps } from "./InputNumber.interface"; export declare const CounterButton: FC;