import { Description } from "./Description";
import { PropertyEditorPropertyDescriptionDescription } from "./PropertyEditorPropertyDescriptionDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class PropertyEditorPanelDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get actualDataSource(): PropertyEditorPropertyDescriptionDescription[];
    set actualDataSource(a: PropertyEditorPropertyDescriptionDescription[]);
    private l;
    get properties(): PropertyEditorPropertyDescriptionDescription[];
    set properties(a: PropertyEditorPropertyDescriptionDescription[]);
    private y;
    get rowHeight(): number;
    set rowHeight(a: number);
    private al;
    get updateMode(): string;
    set updateMode(a: string);
    private u;
    get actualRowHeight(): number;
    set actualRowHeight(a: number);
    private ac;
    get cellFontFamily(): string;
    set cellFontFamily(a: string);
    private v;
    get cellFontSize(): number;
    set cellFontSize(a: number);
    private ad;
    get cellFontStyle(): string;
    set cellFontStyle(a: string);
    private ae;
    get cellFontWeight(): string;
    set cellFontWeight(a: string);
    private ag;
    get descriptionContextRef(): string;
    set descriptionContextRef(a: string);
    private af;
    get componentRendererRef(): string;
    set componentRendererRef(a: string);
    private aj;
    get targetRef(): string;
    set targetRef(a: string);
    private ah;
    get descriptionType(): string;
    set descriptionType(a: string);
    private o;
    get isHorizontal(): boolean;
    set isHorizontal(a: boolean);
    private q;
    get isWrappingEnabled(): boolean;
    set isWrappingEnabled(a: boolean);
    private p;
    get isIndirectModeEnabled(): boolean;
    set isIndirectModeEnabled(a: boolean);
    private ab;
    get backgroundColor(): string;
    set backgroundColor(a: string);
    private ak;
    get textColor(): string;
    set textColor(a: string);
    private am;
    get width(): string;
    set width(a: string);
    private ai;
    get height(): string;
    set height(a: string);
    private aa;
    get background(): string;
    set background(a: string);
}
