import { WebGridActionsBaseDirectiveDescription } from "./WebGridActionsBaseDirectiveDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebGridEditingActionsDescription extends WebGridActionsBaseDirectiveDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private o;
    get addRow(): boolean;
    set addRow(a: boolean);
    private q;
    get editRow(): boolean;
    set editRow(a: boolean);
    private p;
    get deleteRow(): boolean;
    set deleteRow(a: boolean);
    private n;
    get addChild(): boolean;
    set addChild(a: boolean);
}
