import { IPresetsRowEntity } from '../definition'; /** * @stable [17.08.2020] */ export declare class RowUtils { static readonly isHovered: (row: IPresetsRowEntity) => boolean; static readonly isIndexed: (row: IPresetsRowEntity) => boolean; static readonly isOddHighlighted: (row: IPresetsRowEntity) => boolean; static readonly isSelectable: (row: IPresetsRowEntity) => boolean; }