export declare const tableClasses: { readonly actionBar: "qui-table__action-bar"; readonly body: "qui-table__body"; readonly cell: "qui-table__cell"; readonly cellAction: "qui-table__cell-action"; readonly columnDropIndicator: "qui-table__column-drop-indicator"; readonly columnFilterAction: "qui-table__column-filter-action"; readonly columnHeaderAction: "qui-table__column-header-action"; readonly columnResizer: "qui-table__column-resizer"; readonly columnResizerOverlay: "qui-table__column-resizer-overlay"; readonly columnSortAction: "qui-table__column-sort-action"; readonly dragHandle: "qui-table__drag-handle"; readonly dragPreview: "qui-table__drag-preview"; readonly footer: "qui-table__footer"; readonly header: "qui-table__header"; readonly headerCell: "qui-table__header-cell"; readonly pagination: "qui-table__pagination"; readonly root: "qui-table__root"; readonly row: "qui-table__row"; readonly rowDropIndicator: "qui-table__row-drop-indicator"; readonly rowExpandButton: "qui-table__row-expand-button"; readonly rowSelectionIndicator: "qui-table__row-selection-indicator"; readonly scrollContainer: "qui-table__scroll-container"; readonly table: "qui-table__table"; readonly titleBar: "qui-table__title-bar"; }; //# sourceMappingURL=table.classes.d.ts.map