/** * Constants for the Number component */ export declare const NumberConstants: { BASE_CLASSNAME: string; INPUT_TYPE: string; INCREMENT: string; DECREMENT: string; };