export declare const ZLink: import("atomico/types/dom").Atomico<{ props: { href: StringConstructor; target: StringConstructor; label: StringConstructor; size: { type: StringConstructor; reflect: boolean; }; color: { type: StringConstructor; reflect: boolean; }; underline: { type: StringConstructor; reflect: boolean; }; isExternal: { type: BooleanConstructor; reflect: boolean; }; isBlock: { type: BooleanConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;