import { Description } from "./Description";
import { ToolActionDescription } from "./ToolActionDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ToolPanelDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private f;
    get actions(): ToolActionDescription[];
    set actions(a: ToolActionDescription[]);
    private k;
    get cellFontFamily(): string;
    set cellFontFamily(a: string);
    private h;
    get cellFontSize(): number;
    set cellFontSize(a: number);
    private l;
    get cellFontStyle(): string;
    set cellFontStyle(a: string);
    private m;
    get cellFontWeight(): string;
    set cellFontWeight(a: string);
    private j;
    get backgroundColor(): string;
    set backgroundColor(a: string);
    private q;
    get textColor(): string;
    set textColor(a: string);
    private p;
    get orientation(): string;
    set orientation(a: string);
    private n;
    get contentRefreshedRef(): string;
    set contentRefreshedRef(a: string);
    private o;
    get onCommandRef(): string;
    set onCommandRef(a: string);
}
