import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class DataLegendStylingRowEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private q;
    get badgeShape(): string;
    set badgeShape(a: string);
    private k;
    get isBadgeVisible(): boolean;
    set isBadgeVisible(a: boolean);
    private l;
    get isRowVisible(): boolean;
    set isRowVisible(a: boolean);
    private o;
    get seriesIndex(): number;
    set seriesIndex(a: number);
    private s;
    get seriesTitle(): string;
    set seriesTitle(a: string);
    private t;
    get titleText(): string;
    set titleText(a: string);
    private r;
    get groupName(): string;
    set groupName(a: string);
    private u;
    get titleTextColor(): string;
    set titleTextColor(a: string);
}
