export declare const ZDragHandle: import("atomico/types/dom").Atomico<{ props: { label: StringConstructor; disabled: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>; export declare const ZDropIndicator: import("atomico/types/dom").Atomico<{ props: { anchorRect: null; orientation: { type: StringConstructor; reflect: boolean; }; isOpen: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;