import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebDockingIndicatorDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private n;
    get position(): string;
    set position(a: string);
    private k;
    get isRoot(): boolean;
    set isRoot(a: boolean);
    private m;
    get direction(): string;
    set direction(a: string);
}
