/// <reference types="react" />
import { TextInputProps } from "./text-input";
export declare const NumberInput: (props: TextInputProps) => JSX.Element;
