import { Description } from "./Description";
import { Type } from "./type";
import { WebSizeDescription } from "./WebSizeDescription";
/**
 * @hidden
 */
export declare class WebPositionSettingsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private h;
    get target(): any;
    set target(a: any);
    private j;
    get horizontalDirection(): string;
    set horizontalDirection(a: string);
    private l;
    get verticalDirection(): string;
    set verticalDirection(a: string);
    private k;
    get horizontalStartPoint(): string;
    set horizontalStartPoint(a: string);
    private m;
    get verticalStartPoint(): string;
    set verticalStartPoint(a: string);
    private f;
    get minSize(): WebSizeDescription;
    set minSize(a: WebSizeDescription);
}
