import { ToolActionInfoDescription } from "./ToolActionInfoDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ToolActionButtonPairInfoDescription extends ToolActionInfoDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private bz;
    get leftTitle(): string;
    set leftTitle(a: string);
    private bw;
    get leftCommandArgument(): string;
    set leftCommandArgument(a: string);
    private by;
    get leftIconName(): string;
    set leftIconName(a: string);
    private bx;
    get leftIconCollectionName(): string;
    set leftIconCollectionName(a: string);
    private bd;
    get isToggleDisabled(): boolean;
    set isToggleDisabled(a: boolean);
    private bg;
    get leftIconViewBoxLeft(): number;
    set leftIconViewBoxLeft(a: number);
    private bh;
    get leftIconViewBoxTop(): number;
    set leftIconViewBoxTop(a: number);
    private bi;
    get leftIconViewBoxWidth(): number;
    set leftIconViewBoxWidth(a: number);
    private bf;
    get leftIconViewBoxHeight(): number;
    set leftIconViewBoxHeight(a: number);
    private b3;
    get rightTitle(): string;
    set rightTitle(a: string);
    private b0;
    get rightCommandArgument(): string;
    set rightCommandArgument(a: string);
    private b2;
    get rightIconName(): string;
    set rightIconName(a: string);
    private b1;
    get rightIconCollectionName(): string;
    set rightIconCollectionName(a: string);
    private bk;
    get rightIconViewBoxLeft(): number;
    set rightIconViewBoxLeft(a: number);
    private bl;
    get rightIconViewBoxTop(): number;
    set rightIconViewBoxTop(a: number);
    private bm;
    get rightIconViewBoxWidth(): number;
    set rightIconViewBoxWidth(a: number);
    private bj;
    get rightIconViewBoxHeight(): number;
    set rightIconViewBoxHeight(a: number);
}
