export declare const CELL_SELECTED = "selected"; export declare const CELL_SELECTED_TOP = "selected-top"; export declare const CELL_SELECTED_BOTTOM = "selected-bottom"; export declare const CELL_SELECTED_LEFT = "selected-left"; export declare const CELL_SELECTED_RIGHT = "selected-right"; export declare const CELL_CALCULATING = "calculating"; export declare const CELL_CALCULATING_TOP = "calculating-top"; export declare const CELL_CALCULATING_LEFT = "calculating-left"; export declare const CELL_CALCULATING_RIGHT = "calculating-right"; export declare const CELL_CALCULATING_BOTTOM = "calculating-bottom"; export declare const CELL_CLICKED = "clicked"; export declare const CELL_EDITING = "editing"; export declare const CELL_EDITABLE = "editable"; export declare const HEADER_GROUP_OUTER_BOX = "header-group-outer-box"; export declare const HEADER_GROUP_INNER_BOX = "header-group-inner-box"; export declare const HEADER_GROUP_ROW = "header-group-row"; export declare const HEADER_COLUMN_ROW = "header-column-row"; export declare const HEADER_COLUMN_TITLE = "header-column-title"; export declare const BODY_ROW_CONTAINER = "body-row-container"; export declare const BODY_ROW_TREE_LEVEL = "tree-level-row"; export declare const BOTTOM_BLOCK = "bottom-block";