import { WebProgressBaseDescription } from "./WebProgressBaseDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebLinearProgressDescription extends WebProgressBaseDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private z;
    get striped(): boolean;
    set striped(a: boolean);
    private ab;
    get labelAlign(): string;
    set labelAlign(a: string);
}
