import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebColumnSelectionEventArgsDetailDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private m;
    get oldSelection(): string[];
    set oldSelection(a: string[]);
    private l;
    get newSelection(): string[];
    set newSelection(a: string[]);
    private k;
    get added(): string[];
    set added(a: string[]);
    private n;
    get removed(): string[];
    set removed(a: string[]);
    private t;
    get cancel(): boolean;
    set cancel(a: boolean);
    private v;
    get owner(): any;
    set owner(a: any);
}
