/** * Table-specific drag controller that wraps DragController with: * - Subgrid column layout fix for ghost elements * - Click suppression after drag (prevents row selection) * - Auto DOM reorder via native:table-reorder event */ export declare class TableDragController { #private; constructor(tableBody: HTMLElement, table: HTMLElement); destroy(): void; } //# sourceMappingURL=table-drag-controller.d.ts.map