export declare const ZSelect: import("atomico/types/dom").Atomico<{ props: { value: { type: StringConstructor; reflect: boolean; }; label: StringConstructor; placeholder: StringConstructor; options: { type: ArrayConstructor; }; size: { type: StringConstructor; reflect: boolean; }; accent: { type: StringConstructor; reflect: boolean; }; invalid: { type: BooleanConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; inline: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; change: import("atomico").EventProp<{ value: string; }>; }; styles: CSSStyleSheet[]; }>;