export declare const ZList: import("atomico/types/dom").Atomico<{ props: { label: StringConstructor; isPlain: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;