import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class LegendMouseButtonEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get handled(): boolean;
    set handled(a: boolean);
    private m;
    get itemRef(): string;
    set itemRef(a: string);
    private n;
    get legendItemRef(): string;
    set legendItemRef(a: string);
}
