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