export declare const ZScroll: import("atomico/types/dom").Atomico<{ props: { inset: StringConstructor; insetX: StringConstructor; insetY: StringConstructor; direction: { type: StringConstructor; reflect: boolean; }; maxHeight: StringConstructor; maxWidth: StringConstructor; overscroll: { type: StringConstructor; reflect: boolean; }; scrollbar: { type: StringConstructor; reflect: boolean; }; }; styles: CSSStyleSheet[]; }>;