import type { Size } from "./data-grid-types";
export declare const ToggleTreeIcon = "toggle-tree-icon";
export declare const DataGridCheckboxClass = "data-grid-checkbox";
export declare const ColumnType: string[];
export declare const ColumnMinWidth = 80;
export declare const RowHeightMap: Record<Size, number>;
