import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class FunnelChartSelectedItemsChangedEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private m;
    get oldItems(): any[];
    set oldItems(a: any[]);
    private l;
    get newItems(): any[];
    set newItems(a: any[]);
    private k;
    get currentItems(): any[];
    set currentItems(a: any[]);
}
