import { SortingExpression } from "./SortingExpression";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class GroupingExpression extends SortingExpression {
    static $t: Type;
    l(a: any, b: any, c: any, d: any): number;
}
