export declare const ZDisplay: import("atomico/types/dom").Atomico<{ props: { size: { type: StringConstructor; reflect: boolean; }; color: { type: StringConstructor; reflect: boolean; }; weight: { type: StringConstructor; reflect: boolean; }; tag: StringConstructor; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;