import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebSummaryResultDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private q;
    get key(): string;
    set key(a: string);
    private r;
    get label(): string;
    set label(a: string);
    private n;
    get result(): any;
    set result(a: any);
    private l;
    get defaultFormatting(): boolean;
    set defaultFormatting(a: boolean);
}
