import { ToolActionDescription } from "./ToolActionDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ToolActionButtonPairDescription extends ToolActionDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private ec;
    get leftIsSelected(): boolean;
    set leftIsSelected(a: boolean);
    private ee;
    get rightIsSelected(): boolean;
    set rightIsSelected(a: boolean);
    private eb;
    get leftIsDisabled(): boolean;
    set leftIsDisabled(a: boolean);
    private ed;
    get rightIsDisabled(): boolean;
    set rightIsDisabled(a: boolean);
    private fe;
    get leftIconName(): string;
    set leftIconName(a: string);
    private fb;
    get leftCommandArgument(): string;
    set leftCommandArgument(a: string);
    private ea;
    get isToggleDisabled(): boolean;
    set isToggleDisabled(a: boolean);
    private fc;
    get leftIconCollectionName(): string;
    set leftIconCollectionName(a: string);
    private en;
    get leftIconViewBoxLeft(): number;
    set leftIconViewBoxLeft(a: number);
    private eo;
    get leftIconViewBoxTop(): number;
    set leftIconViewBoxTop(a: number);
    private ep;
    get leftIconViewBoxWidth(): number;
    set leftIconViewBoxWidth(a: number);
    private em;
    get leftIconViewBoxHeight(): number;
    set leftIconViewBoxHeight(a: number);
    private fd;
    get leftIconFill(): string;
    set leftIconFill(a: string);
    private e6;
    get actualLeftIconFill(): string;
    set actualLeftIconFill(a: string);
    private d2;
    get leftIconFillColors(): string[];
    set leftIconFillColors(a: string[]);
    private ff;
    get leftIconStroke(): string;
    set leftIconStroke(a: string);
    private e7;
    get actualLeftIconStroke(): string;
    set actualLeftIconStroke(a: string);
    private d3;
    get leftIconStrokeColors(): string[];
    set leftIconStrokeColors(a: string[]);
    private el;
    get leftIconStrokeWidth(): number;
    set leftIconStrokeWidth(a: number);
    private fg;
    get leftTitle(): string;
    set leftTitle(a: string);
    private fk;
    get rightIconName(): string;
    set rightIconName(a: string);
    private fh;
    get rightCommandArgument(): string;
    set rightCommandArgument(a: string);
    private fi;
    get rightIconCollectionName(): string;
    set rightIconCollectionName(a: string);
    private es;
    get rightIconViewBoxLeft(): number;
    set rightIconViewBoxLeft(a: number);
    private et;
    get rightIconViewBoxTop(): number;
    set rightIconViewBoxTop(a: number);
    private eu;
    get rightIconViewBoxWidth(): number;
    set rightIconViewBoxWidth(a: number);
    private er;
    get rightIconViewBoxHeight(): number;
    set rightIconViewBoxHeight(a: number);
    private fj;
    get rightIconFill(): string;
    set rightIconFill(a: string);
    private e8;
    get actualRightIconFill(): string;
    set actualRightIconFill(a: string);
    private d4;
    get rightIconFillColors(): string[];
    set rightIconFillColors(a: string[]);
    private fl;
    get rightIconStroke(): string;
    set rightIconStroke(a: string);
    private e9;
    get actualRightIconStroke(): string;
    set actualRightIconStroke(a: string);
    private d5;
    get rightIconStrokeColors(): string[];
    set rightIconStrokeColors(a: string[]);
    private eq;
    get rightIconStrokeWidth(): number;
    set rightIconStrokeWidth(a: number);
    private fm;
    get rightTitle(): string;
    set rightTitle(a: string);
    private fa;
    get displayType(): string;
    set displayType(a: string);
    private ek;
    get cornerRadius(): number;
    set cornerRadius(a: number);
}
