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