import { default as React } from 'react'; export declare const NumberInput: React.ForwardRefExoticComponent & Omit, "type" | "children"> & { align?: "left" | "right"; width?: string; inputClassName?: string; stepper?: boolean; } & React.RefAttributes>;