export declare const ZAvatar: import("atomico/types/dom").Atomico<{ props: { src: StringConstructor; name: StringConstructor; initials: StringConstructor; status: { type: StringConstructor; reflect: boolean; }; size: { type: StringConstructor; reflect: boolean; }; accent: { type: StringConstructor; reflect: boolean; }; isSquare: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;