import { NumberInputProps } from './number-input.types'; /** * # NumberInput * * A number input allows users to enter numerical values and adjust them incrementally. * The locale for formatting comes from React Aria's I18nProvider context. */ export declare const NumberInput: { (props: NumberInputProps): import("react/jsx-runtime").JSX.Element; displayName: string; };