export interface ClrDatagridComparatorInterface { compare(a: T, b: T): number; }