import { Base, Type } from "igniteui-react-core";
import { SortingEventArgsDetail } from "./SortingEventArgsDetail";
/**
 * @hidden
 */
export declare class SortingEventArgs extends Base {
    static $t: Type;
    b: SortingEventArgsDetail;
    static a(a: any): SortingEventArgs;
}
