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