import { ToolActionInfoDescription } from "./ToolActionInfoDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ToolActionComboInfoDescription extends ToolActionInfoDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private bp;
    get dataSourceRef(): string;
    set dataSourceRef(a: string);
    private bq;
    get displayMemberPath(): string;
    set displayMemberPath(a: string);
    private bs;
    get valueMemberPath(): string;
    set valueMemberPath(a: string);
    private br;
    get selectedValuesRef(): string;
    set selectedValuesRef(a: string);
}
