import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebDividerDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private l;
    get vertical(): boolean;
    set vertical(a: boolean);
    private k;
    get middle(): boolean;
    set middle(a: boolean);
    private o;
    get lineType(): string;
    set lineType(a: string);
}
