/**----------------------------------------------------------------------------------------- * Copyright © 2026 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 IGNORE_TARGET_CLASSSES = "k-icon k-svg-icon"; /** * @hidden */ export declare const IGNORE_CONTAINER_CLASSES = "k-grid k-grid-ignore-click";