export declare const ZNumberInput: import("atomico/types/dom").Atomico<{ props: { value: { type: NumberConstructor; reflect: boolean; }; min: { type: NumberConstructor; reflect: boolean; }; max: { type: NumberConstructor; reflect: boolean; }; step: { type: NumberConstructor; reflect: boolean; }; label: StringConstructor; name: StringConstructor; placeholder: StringConstructor; size: { type: StringConstructor; reflect: boolean; }; accent: { type: StringConstructor; reflect: boolean; }; invalid: { type: BooleanConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; isReadonly: { type: BooleanConstructor; reflect: boolean; }; isRequired: { type: BooleanConstructor; reflect: boolean; }; hasStepperButtons: { type: BooleanConstructor; reflect: boolean; }; isFullWidth: { type: BooleanConstructor; reflect: boolean; }; inline: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; input: import("atomico").EventProp<{ value: number | null; rawValue: string; isValid: boolean; }>; change: import("atomico").EventProp<{ value: number; }>; }; styles: CSSStyleSheet; }>;