import { Description } from "./Description";
import { ToolActionDescription } from "./ToolActionDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ToolbarDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private a8;
    get baseTheme(): string;
    set baseTheme(a: string);
    private be;
    get density(): string;
    set density(a: string);
    private m;
    get autoGeneratedActions(): ToolActionDescription[];
    set autoGeneratedActions(a: ToolActionDescription[]);
    private k;
    get actions(): ToolActionDescription[];
    set actions(a: ToolActionDescription[]);
    private l;
    get actualActions(): ToolActionDescription[];
    set actualActions(a: ToolActionDescription[]);
    private bt;
    get orientation(): string;
    set orientation(a: string);
    private b3;
    get targetRef(): string;
    set targetRef(a: string);
    private a7;
    get backgroundColor(): string;
    set backgroundColor(a: string);
    private bw;
    get submenuBackgroundColor(): string;
    set submenuBackgroundColor(a: string);
    private bg;
    get groupHeaderBackgroundColor(): string;
    set groupHeaderBackgroundColor(a: string);
    private bv;
    get separatorBackgroundColor(): string;
    set separatorBackgroundColor(a: string);
    private bo;
    get hoverBackgroundColor(): string;
    set hoverBackgroundColor(a: string);
    private b4;
    get textColor(): string;
    set textColor(a: string);
    private bf;
    get disabledTextColor(): string;
    set disabledTextColor(a: string);
    private bl;
    get groupHeaderTextColor(): string;
    set groupHeaderTextColor(a: string);
    private b6;
    get toolTipTextColor(): string;
    set toolTipTextColor(a: string);
    private b5;
    get toolTipBackgroundColor(): string;
    set toolTipBackgroundColor(a: string);
    private aj;
    get toolTipCornerRadius(): number;
    set toolTipCornerRadius(a: number);
    private ak;
    get toolTipElevation(): number;
    set toolTipElevation(a: number);
    private bp;
    get iconFill(): string;
    set iconFill(a: string);
    private bq;
    get iconStroke(): string;
    set iconStroke(a: string);
    private a9;
    get cellFontFamily(): string;
    set cellFontFamily(a: string);
    private w;
    get cellFontSize(): number;
    set cellFontSize(a: number);
    private ba;
    get cellFontStyle(): string;
    set cellFontStyle(a: string);
    private bb;
    get cellFontWeight(): string;
    set cellFontWeight(a: string);
    private bz;
    get subtitleFontFamily(): string;
    set subtitleFontFamily(a: string);
    private ai;
    get subtitleFontSize(): number;
    set subtitleFontSize(a: number);
    private b0;
    get subtitleFontStyle(): string;
    set subtitleFontStyle(a: string);
    private b1;
    get subtitleFontWeight(): string;
    set subtitleFontWeight(a: string);
    private bh;
    get groupHeaderFontFamily(): string;
    set groupHeaderFontFamily(a: string);
    private x;
    get groupHeaderFontSize(): number;
    set groupHeaderFontSize(a: number);
    private bi;
    get groupHeaderFontStyle(): string;
    set groupHeaderFontStyle(a: string);
    private bj;
    get groupHeaderFontWeight(): string;
    set groupHeaderFontWeight(a: string);
    private af;
    get separatorVerticalPaddingLeft(): number;
    set separatorVerticalPaddingLeft(a: number);
    private ag;
    get separatorVerticalPaddingRight(): number;
    set separatorVerticalPaddingRight(a: number);
    private ah;
    get separatorVerticalPaddingTop(): number;
    set separatorVerticalPaddingTop(a: number);
    private ae;
    get separatorVerticalPaddingBottom(): number;
    set separatorVerticalPaddingBottom(a: number);
    private ab;
    get separatorHorizontalPaddingLeft(): number;
    set separatorHorizontalPaddingLeft(a: number);
    private ac;
    get separatorHorizontalPaddingRight(): number;
    set separatorHorizontalPaddingRight(a: number);
    private ad;
    get separatorHorizontalPaddingTop(): number;
    set separatorHorizontalPaddingTop(a: number);
    private aa;
    get separatorHorizontalPaddingBottom(): number;
    set separatorHorizontalPaddingBottom(a: number);
    private q;
    get showOnHover(): boolean;
    set showOnHover(a: boolean);
    private r;
    get showTooltipOnHover(): boolean;
    set showTooltipOnHover(a: boolean);
    private a0;
    get dropdownClickBuffer(): number;
    set dropdownClickBuffer(a: number);
    private z;
    get highlightWidth(): number;
    set highlightWidth(a: number);
    private y;
    get highlightRadius(): number;
    set highlightRadius(a: number);
    private bn;
    get highlightColor(): string;
    set highlightColor(a: string);
    private br;
    get menuArrowStroke(): string;
    set menuArrowStroke(a: string);
    private b7;
    get uncheckedBackgroundColor(): string;
    set uncheckedBackgroundColor(a: string);
    private bc;
    get checkedBackgroundColor(): string;
    set checkedBackgroundColor(a: string);
    private b8;
    get uncheckedBorderColor(): string;
    set uncheckedBorderColor(a: string);
    private bd;
    get checkedBorderColor(): string;
    set checkedBorderColor(a: string);
    private a2;
    get rowHeight(): number;
    set rowHeight(a: number);
    private b2;
    get subtitleTextColor(): string;
    set subtitleTextColor(a: string);
    private bk;
    get groupHeaderSubtitleTextColor(): string;
    set groupHeaderSubtitleTextColor(a: string);
    private a1;
    get dropdownDelay(): number;
    set dropdownDelay(a: number);
    private s;
    get stopPropagation(): boolean;
    set stopPropagation(a: boolean);
    private bu;
    get scrollbarStyle(): string;
    set scrollbarStyle(a: string);
    private bs;
    get onCommandRef(): string;
    set onCommandRef(a: string);
    private by;
    get subMenuOpeningRef(): string;
    set subMenuOpeningRef(a: string);
    private bx;
    get subMenuClosingRef(): string;
    set subMenuClosingRef(a: string);
    private b9;
    get width(): string;
    set width(a: string);
    private bm;
    get height(): string;
    set height(a: string);
    private a6;
    get background(): string;
    set background(a: string);
}
