import type { InputNumberProps } from './types'; export declare function InputNumber(props: InputNumberProps): import("react").JSX.Element;