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