import { Description } from "./Description";
import { WebContentPaneDescription } from "./WebContentPaneDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebPanePinnedEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private h;
    get sourcePane(): WebContentPaneDescription;
    set sourcePane(a: WebContentPaneDescription);
    private f;
    get panes(): WebContentPaneDescription[];
    set panes(a: WebContentPaneDescription[]);
    private j;
    get newValue(): boolean;
    set newValue(a: boolean);
    private l;
    get location(): string;
    set location(a: string);
}
