import { Description } from "./Description";
import { WebContentPaneDescription } from "./WebContentPaneDescription";
import { WebPaneHeaderElementDescription } from "./WebPaneHeaderElementDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebPaneHeaderConnectionEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private f;
    get pane(): WebContentPaneDescription;
    set pane(a: WebContentPaneDescription);
    private h;
    get element(): WebPaneHeaderElementDescription;
    set element(a: WebPaneHeaderElementDescription);
}
