/**----------------------------------------------------------------------------------------- * Copyright © 2024 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export declare const NON_DATA_CELL_CLASSES = "k-hierarchy-cell k-detail-cell k-group-cell"; /** * @hidden */ export declare const NON_DATA_ROW_CLASSES = "k-grouping-row k-group-footer k-detail-row k-grid-norecords"; /** * @hidden */ export declare const EMPTY_ICON_CLASS = "k-i-none k-svg-i-none"; /** * @hidden */ export declare const ICON_CLASS = "k-icon k-svg-icon"; /** * @hidden */ export declare const IGNORE_CONTAINER_CLASSES = "k-treelist-ignore-click"; /** * @hidden */ export declare const DRAG_HANDLE_CLASS = "k-drag-cell";