export declare const nestedInteractionButtonCSS: string; /** * Style variants for headers with drag and drop enabled. */ export declare const headerDragAndDropCSS: Record<"inactive" | "enabled" | "dragging", string>;