import { FC } from "react"; import { InputNumberProps } from "antd"; export declare type Props = InputNumberProps; export declare const InputNumberProtec: FC;