/* blazorElement */ /* contentParent: ActionStrip */ /* wcElementTag: igc-grid-action-base-directive */ /* jsonAPIManageCollectionInMarkup */ /* blazorIndirectRender */ export declare class IgcGridActionsBaseDirective extends HTMLElement { /** * Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label. * * @example * ```html * * * ``` */ public set asMenuItems(value: boolean); public get asMenuItems(): boolean; }