import { Description } from "./Description";
import { RectDescription } from "./RectDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class FunnelSliceClickedEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private m;
    get index(): number;
    set index(a: number);
    private k;
    get bounds(): RectDescription;
    set bounds(a: RectDescription);
    private o;
    get itemRef(): string;
    set itemRef(a: string);
}
