import { WebDockManagerPaneDescription } from "./WebDockManagerPaneDescription";
import { WebDockManagerPointDescription } from "./WebDockManagerPointDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebSplitPaneDescription extends WebDockManagerPaneDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private ah;
    get id(): string;
    set id(a: string);
    private aj;
    get paneType(): string;
    set paneType(a: string);
    private ai;
    get orientation(): string;
    set orientation(a: string);
    private n;
    get panes(): WebDockManagerPaneDescription[];
    set panes(a: WebDockManagerPaneDescription[]);
    private ac;
    get size(): number;
    set size(a: number);
    private p;
    get floatingLocation(): WebDockManagerPointDescription;
    set floatingLocation(a: WebDockManagerPointDescription);
    private ab;
    get floatingWidth(): number;
    set floatingWidth(a: number);
    private aa;
    get floatingHeight(): number;
    set floatingHeight(a: number);
    private t;
    get floatingResizable(): boolean;
    set floatingResizable(a: boolean);
    private s;
    get allowEmpty(): boolean;
    set allowEmpty(a: boolean);
    private u;
    get isMaximized(): boolean;
    set isMaximized(a: boolean);
    private v;
    get useFixedSize(): boolean;
    set useFixedSize(a: boolean);
}
