export declare const ZStat: import("atomico/types/dom").Atomico<{ props: { value: { type: StringConstructor; reflect: boolean; }; label: { type: StringConstructor; reflect: boolean; }; size: { type: StringConstructor; reflect: boolean; }; labelSize: { type: StringConstructor; reflect: boolean; }; color: { type: StringConstructor; reflect: boolean; }; align: { type: StringConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;