export declare const ZBox: import("atomico/types/dom").Atomico<{ props: { inset: StringConstructor; insetX: StringConstructor; insetY: StringConstructor; gap: StringConstructor; rowGap: StringConstructor; columnGap: StringConstructor; margin: StringConstructor; marginTop: StringConstructor; marginRight: StringConstructor; marginBottom: StringConstructor; marginLeft: StringConstructor; marginX: StringConstructor; marginY: StringConstructor; padding: StringConstructor; paddingTop: StringConstructor; paddingRight: StringConstructor; paddingBottom: StringConstructor; paddingLeft: StringConstructor; paddingX: StringConstructor; paddingY: StringConstructor; width: StringConstructor; minWidth: StringConstructor; maxWidth: StringConstructor; height: StringConstructor; minHeight: StringConstructor; maxHeight: StringConstructor; direction: { readonly type: StringConstructor; readonly reflect: true; }; alignsX: StringConstructor; alignsY: StringConstructor; inline: { readonly type: BooleanConstructor; readonly reflect: true; }; doesWrap: { readonly type: BooleanConstructor; readonly reflect: true; }; doesWrapText: { readonly type: BooleanConstructor; readonly reflect: true; }; isFullWidth: { readonly type: BooleanConstructor; readonly reflect: true; }; isFullHeight: { readonly type: BooleanConstructor; readonly reflect: true; }; }; styles: CSSStyleSheet[]; }>;