import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebButtonGroupDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private m;
    get disabled(): boolean;
    set disabled(a: boolean);
    private o;
    get alignment(): string;
    set alignment(a: string);
    private r;
    get selection(): string;
    set selection(a: string);
    private k;
    get selectedItems(): string[];
    set selectedItems(a: string[]);
    private q;
    get selectRef(): string;
    set selectRef(a: string);
    private p;
    get deselectRef(): string;
    set deselectRef(a: string);
}
