import { WebGridToolbarBaseActionDescription } from "./WebGridToolbarBaseActionDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebBaseToolbarColumnActionsDirectiveDescription extends WebGridToolbarBaseActionDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private i;
    get name(): string;
    set name(a: string);
}
