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