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 b3;
    get leftTitle(): string;
    set leftTitle(a: string);
    private b0;
    get leftCommandArgument(): string;
    set leftCommandArgument(a: string);
    private b2;
    get leftIconName(): string;
    set leftIconName(a: string);
    private b1;
    get leftIconCollectionName(): string;
    set leftIconCollectionName(a: string);
    private bh;
    get isToggleDisabled(): boolean;
    set isToggleDisabled(a: boolean);
    private bk;
    get leftIconViewBoxLeft(): number;
    set leftIconViewBoxLeft(a: number);
    private bl;
    get leftIconViewBoxTop(): number;
    set leftIconViewBoxTop(a: number);
    private bm;
    get leftIconViewBoxWidth(): number;
    set leftIconViewBoxWidth(a: number);
    private bj;
    get leftIconViewBoxHeight(): number;
    set leftIconViewBoxHeight(a: number);
    private b7;
    get rightTitle(): string;
    set rightTitle(a: string);
    private b4;
    get rightCommandArgument(): string;
    set rightCommandArgument(a: string);
    private b6;
    get rightIconName(): string;
    set rightIconName(a: string);
    private b5;
    get rightIconCollectionName(): string;
    set rightIconCollectionName(a: string);
    private bo;
    get rightIconViewBoxLeft(): number;
    set rightIconViewBoxLeft(a: number);
    private bp;
    get rightIconViewBoxTop(): number;
    set rightIconViewBoxTop(a: number);
    private bq;
    get rightIconViewBoxWidth(): number;
    set rightIconViewBoxWidth(a: number);
    private bn;
    get rightIconViewBoxHeight(): number;
    set rightIconViewBoxHeight(a: number);
}
