export declare const rowDndOverlay: string; export declare const dndHandle: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { cursor: "not-allowed"; }; false: { cursor: "grab"; }; }; }>; /** * When dragging subrows, all rows that are not within the same parent are styled disabled. */ export declare const disabledNonTargetRow: string;