import { ExcludedRowsConfig, RowConfig } from '../../../shared/types/table'; /** * Indica si la fila debe excluirse de la selección según `excludedRows`. */ export declare function isRowExcludedFromSelection(row: RowConfig, excludedRows?: ExcludedRowsConfig): boolean; //# sourceMappingURL=excludedRows.d.ts.map