import { Description } from "./Description";
import { WebContentPaneDescription } from "./WebContentPaneDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebActivePaneEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private f;
    get newPane(): WebContentPaneDescription;
    set newPane(a: WebContentPaneDescription);
    private g;
    get oldPane(): WebContentPaneDescription;
    set oldPane(a: WebContentPaneDescription);
}
