import { GridActionsBaseDirective } from "./GridActionsBaseDirective";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class GridEditingActions extends GridActionsBaseDirective {
    static $t: Type;
    get i(): boolean;
    set i(a: boolean);
    get k(): boolean;
    set k(a: boolean);
    get j(): boolean;
    set j(a: boolean);
    get h(): boolean;
    set h(a: boolean);
    l(a: any): void;
}
