import { ToolActionDescription } from "./ToolActionDescription";
import { LayoutPrimaryKeyValueDescription } from "./LayoutPrimaryKeyValueDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ToolActionCheckboxListDescription extends ToolActionDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private d3;
    get dataSourceRef(): string;
    set dataSourceRef(a: string);
    private d5;
    get selectedMemberPath(): string;
    set selectedMemberPath(a: string);
    private d0;
    get showSelectAll(): boolean;
    set showSelectAll(a: boolean);
    private d2;
    get dataMemberPath(): string;
    set dataMemberPath(a: string);
    private dw;
    get primaryKey(): string[];
    set primaryKey(a: string[]);
    private dx;
    get selectedKeys(): LayoutPrimaryKeyValueDescription[];
    set selectedKeys(a: LayoutPrimaryKeyValueDescription[]);
    private d4;
    get indexType(): string;
    set indexType(a: string);
}
