import { Base, Type } from "igniteui-react-core";
import { WCNativeHelper } from "igniteui-react";
/**
 * @hidden
 */
export declare class ColumnSelectionEventArgsDetail extends Base {
    static $t: Type;
    private e;
    protected get f(): WCNativeHelper;
    private h;
    protected get nativeElement(): any;
    protected set nativeElement(a: any);
    setNativeElement(a: any): void;
    get c(): string[];
    set c(a: string[]);
    get b(): string[];
    set b(a: string[]);
    get a(): string[];
    set a(a: string[]);
    get d(): string[];
    set d(a: string[]);
    get g(): boolean;
    set g(a: boolean);
    get j(): any;
    set j(a: any);
}
