export declare const ZHeading: 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; }; isItalic: { type: BooleanConstructor; reflect: boolean; }; isUnderlined: { type: BooleanConstructor; reflect: boolean; }; isStrikethrough: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>; export declare const ZSubheading: 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; }; isItalic: { type: BooleanConstructor; reflect: boolean; }; isUnderlined: { type: BooleanConstructor; reflect: boolean; }; isStrikethrough: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>; export declare const ZText: 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; }; isItalic: { type: BooleanConstructor; reflect: boolean; }; isUnderlined: { type: BooleanConstructor; reflect: boolean; }; isStrikethrough: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>; export declare const ZLabel: import("atomico/types/dom").Atomico<{ props: { tag: StringConstructor; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>; export declare const ZInline: import("atomico/types/dom").Atomico<{ props: { color: { type: StringConstructor; reflect: boolean; }; weight: { type: StringConstructor; reflect: boolean; }; tag: StringConstructor; isHidden: { type: BooleanConstructor; reflect: boolean; }; isItalic: { type: BooleanConstructor; reflect: boolean; }; isUnderlined: { type: BooleanConstructor; reflect: boolean; }; isStrikethrough: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;