import { ToolActionDescription } from "./ToolActionDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ToolActionButtonPairDescription extends ToolActionDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private d6;
    get leftIsSelected(): boolean;
    set leftIsSelected(a: boolean);
    private d8;
    get rightIsSelected(): boolean;
    set rightIsSelected(a: boolean);
    private d5;
    get leftIsDisabled(): boolean;
    set leftIsDisabled(a: boolean);
    private d7;
    get rightIsDisabled(): boolean;
    set rightIsDisabled(a: boolean);
    private e8;
    get leftIconName(): string;
    set leftIconName(a: string);
    private e5;
    get leftCommandArgument(): string;
    set leftCommandArgument(a: string);
    private d4;
    get isToggleDisabled(): boolean;
    set isToggleDisabled(a: boolean);
    private e6;
    get leftIconCollectionName(): string;
    set leftIconCollectionName(a: string);
    private eh;
    get leftIconViewBoxLeft(): number;
    set leftIconViewBoxLeft(a: number);
    private ei;
    get leftIconViewBoxTop(): number;
    set leftIconViewBoxTop(a: number);
    private ej;
    get leftIconViewBoxWidth(): number;
    set leftIconViewBoxWidth(a: number);
    private eg;
    get leftIconViewBoxHeight(): number;
    set leftIconViewBoxHeight(a: number);
    private e7;
    get leftIconFill(): string;
    set leftIconFill(a: string);
    private e0;
    get actualLeftIconFill(): string;
    set actualLeftIconFill(a: string);
    private dw;
    get leftIconFillColors(): string[];
    set leftIconFillColors(a: string[]);
    private e9;
    get leftIconStroke(): string;
    set leftIconStroke(a: string);
    private e1;
    get actualLeftIconStroke(): string;
    set actualLeftIconStroke(a: string);
    private dx;
    get leftIconStrokeColors(): string[];
    set leftIconStrokeColors(a: string[]);
    private ef;
    get leftIconStrokeWidth(): number;
    set leftIconStrokeWidth(a: number);
    private fa;
    get leftTitle(): string;
    set leftTitle(a: string);
    private fe;
    get rightIconName(): string;
    set rightIconName(a: string);
    private fb;
    get rightCommandArgument(): string;
    set rightCommandArgument(a: string);
    private fc;
    get rightIconCollectionName(): string;
    set rightIconCollectionName(a: string);
    private em;
    get rightIconViewBoxLeft(): number;
    set rightIconViewBoxLeft(a: number);
    private en;
    get rightIconViewBoxTop(): number;
    set rightIconViewBoxTop(a: number);
    private eo;
    get rightIconViewBoxWidth(): number;
    set rightIconViewBoxWidth(a: number);
    private el;
    get rightIconViewBoxHeight(): number;
    set rightIconViewBoxHeight(a: number);
    private fd;
    get rightIconFill(): string;
    set rightIconFill(a: string);
    private e2;
    get actualRightIconFill(): string;
    set actualRightIconFill(a: string);
    private dy;
    get rightIconFillColors(): string[];
    set rightIconFillColors(a: string[]);
    private ff;
    get rightIconStroke(): string;
    set rightIconStroke(a: string);
    private e3;
    get actualRightIconStroke(): string;
    set actualRightIconStroke(a: string);
    private dz;
    get rightIconStrokeColors(): string[];
    set rightIconStrokeColors(a: string[]);
    private ek;
    get rightIconStrokeWidth(): number;
    set rightIconStrokeWidth(a: number);
    private fg;
    get rightTitle(): string;
    set rightTitle(a: string);
    private e4;
    get displayType(): string;
    set displayType(a: string);
    private ee;
    get cornerRadius(): number;
    set cornerRadius(a: number);
}
