import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebComboChangeEventArgsDetailDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private o;
    get newValueRef(): string;
    set newValueRef(a: string);
    private n;
    get itemsRef(): string;
    set itemsRef(a: string);
    private m;
    get changeType(): string;
    set changeType(a: string);
}
