export declare const dataTableV2RowDndOverlayCSS: string; export declare const dataTableV2DndHandleCSS: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { cursor: "not-allowed"; }; false: { cursor: "grab"; }; }; }>; /** * Styles that are applied when row dragging is active. * When dragging the active row all its elements are set to transparent. * When dragging subrows all rows that are not within the same parent are styled disabled. */ export declare const dataTableV2RowDraggingCSS: Record<"transparent" | "disabled", string>;