import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class SliceClickEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private l;
    get isSelected(): boolean;
    set isSelected(a: boolean);
    private k;
    get isExploded(): boolean;
    set isExploded(a: boolean);
    private o;
    get originalEventRef(): string;
    set originalEventRef(a: string);
}
