import { DefinitionBaseDescription } from "./DefinitionBaseDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare abstract class SummaryRowDescription extends DefinitionBaseDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private c3;
    get selectedBackground(): string;
    set selectedBackground(a: string);
    private c1;
    get actualSelectedBackground(): string;
    set actualSelectedBackground(a: string);
    private c7;
    get summaryLabelTextColor(): string;
    set summaryLabelTextColor(a: string);
    private c2;
    get actualSummaryLabelTextColor(): string;
    set actualSummaryLabelTextColor(a: string);
    private c4;
    get summaryLabelFontFamily(): string;
    set summaryLabelFontFamily(a: string);
    private cr;
    get summaryLabelFontSize(): number;
    set summaryLabelFontSize(a: number);
    private c5;
    get summaryLabelFontStyle(): string;
    set summaryLabelFontStyle(a: string);
    private c6;
    get summaryLabelFontWeight(): string;
    set summaryLabelFontWeight(a: string);
    private cu;
    get paddingLeft(): number;
    set paddingLeft(a: number);
    private cw;
    get paddingTop(): number;
    set paddingTop(a: number);
    private cv;
    get paddingRight(): number;
    set paddingRight(a: number);
    private ct;
    get paddingBottom(): number;
    set paddingBottom(a: number);
}
