export declare const ZSidebar: import("atomico/types/dom").Atomico<{ props: { items: { type: ArrayConstructor; }; value: { type: StringConstructor; reflect: boolean; }; accent: { type: StringConstructor; reflect: boolean; }; isCollapsed: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; isDocked: { type: BooleanConstructor; reflect: boolean; }; select: import("atomico").EventProp<{ value: string; }>; }; styles: CSSStyleSheet[]; }>;