import { Description } from "./Description";
import { WebStepDescription } from "./WebStepDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebStepperDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get steps(): WebStepDescription[];
    set steps(a: WebStepDescription[]);
    private v;
    get orientation(): string;
    set orientation(a: string);
    private w;
    get stepType(): string;
    set stepType(a: string);
    private n;
    get linear(): boolean;
    set linear(a: boolean);
    private m;
    get contentTop(): boolean;
    set contentTop(a: boolean);
    private y;
    get verticalAnimation(): string;
    set verticalAnimation(a: string);
    private u;
    get horizontalAnimation(): string;
    set horizontalAnimation(a: string);
    private q;
    get animationDuration(): number;
    set animationDuration(a: number);
    private x;
    get titlePosition(): string;
    set titlePosition(a: string);
    private t;
    get activeStepChangingRef(): string;
    set activeStepChangingRef(a: string);
    private s;
    get activeStepChangedRef(): string;
    set activeStepChangedRef(a: string);
}
