export declare const ZSkeleton: import("atomico/types/dom").Atomico<{ props: { shape: { type: StringConstructor; reflect: boolean; }; width: StringConstructor; height: StringConstructor; lines: { type: NumberConstructor; reflect: boolean; }; inline: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;