import { WebBaseToolbarDirectiveDescription } from "./WebBaseToolbarDirectiveDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebBaseToolbarColumnActionsDirectiveDescription extends WebBaseToolbarDirectiveDescription { static $t: Type; protected get_type(): string; constructor(); }