import { SelectionProps } from '../../types/index.js'; export declare const checkIsSelected: ({ chipIndex, rowIndex, colIndex, selectedId, }: Pick & { chipIndex: number; }) => boolean;