export declare const ZInputOtp: import("atomico/types/dom").Atomico<{ props: { value: { type: StringConstructor; reflect: boolean; }; label: StringConstructor; length: { type: NumberConstructor; reflect: boolean; }; size: { type: StringConstructor; reflect: boolean; }; accent: { type: StringConstructor; reflect: boolean; }; isNumeric: { type: BooleanConstructor; reflect: boolean; }; invalid: { type: BooleanConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; change: import("atomico").EventProp<{ value: string; }>; complete: import("atomico").EventProp<{ value: string; }>; }; styles: CSSStyleSheet; }>;