export declare const DATA_GRID_CLASS_NAMES: { readonly viewport: "datagrid-stage__viewport"; readonly row: "datagrid-stage__row"; readonly cell: "datagrid-stage__cell"; readonly headerCell: "datagrid-stage__cell--header"; readonly metrics: "datagrid-metrics"; readonly emptyState: "datagrid-stage__empty"; readonly status: "datagrid-controls__status"; readonly selectionOverlay: "datagrid-stage__selection-overlay"; readonly selectionOverlayMain: "datagrid-stage__selection-overlay--main"; readonly selectionOverlayFill: "datagrid-stage__selection-overlay--fill"; readonly selectionOverlayMove: "datagrid-stage__selection-overlay--move"; readonly selectionHandleCell: "datagrid-stage__selection-handle--cell"; readonly inlineEditor: "datagrid-stage__editor"; readonly inlineEditorInput: "datagrid-stage__editor-input"; readonly enumTrigger: "datagrid-stage__enum-trigger"; readonly treeToggle: "datagrid-stage__tree-toggle"; readonly filterTrigger: "datagrid-stage__filter-trigger"; }; export declare const DATA_GRID_DATA_ATTRS: { readonly menuAction: "data-datagrid-menu-action"; readonly copyMenu: "data-datagrid-copy-menu"; readonly copyAction: "data-datagrid-copy-action"; readonly pasteAction: "data-datagrid-paste-action"; readonly cutAction: "data-datagrid-cut-action"; readonly resizeHandle: "data-datagrid-resize-handle"; readonly filterPanel: "data-datagrid-filter-panel"; readonly filterTrigger: "data-datagrid-filter-trigger"; readonly filterValue: "data-datagrid-filter-value"; readonly filterApply: "data-datagrid-filter-apply"; readonly filterReset: "data-datagrid-filter-reset"; readonly filterClearAll: "data-datagrid-filter-clear-all"; readonly filterClose: "data-datagrid-filter-close"; readonly inlineEditorColumnKey: "data-inline-editor-column-key"; readonly inlineEditorRowId: "data-inline-editor-row-id"; readonly columnKey: "data-column-key"; readonly rowId: "data-row-id"; readonly treeToggle: "data-datagrid-tree-toggle"; }; export declare const DATA_GRID_SELECTORS: { readonly viewport: string; readonly row: string; readonly cell: string; readonly headerCell: string; readonly metrics: string; readonly emptyState: string; readonly status: string; readonly selectionOverlay: string; readonly selectionOverlayMain: string; readonly selectionOverlayFill: string; readonly selectionOverlayMove: string; readonly selectionHandleCell: string; readonly inlineEditor: string; readonly inlineEditorInput: string; readonly enumTrigger: string; readonly treeToggle: string; readonly filterTrigger: string; readonly menuAction: string; readonly copyMenu: string; readonly copyAction: string; readonly pasteAction: string; readonly cutAction: string; readonly resizeHandle: string; readonly filterPanel: string; readonly filterValue: string; readonly filterApply: string; readonly filterReset: string; readonly filterClearAll: string; readonly filterClose: string; }; export declare const dataGridCellSelector: (columnKey: string) => string; export declare const dataGridHeaderCellSelector: (columnKey: string) => string; export declare const dataGridResizeHandleSelector: (columnKey: string) => string; //# sourceMappingURL=dataGridSelectors.d.ts.map