/* blazorElement */ /* blazorIndirectRender */ /* blazorAlternateBaseType: GridToolbarContent */ /* wcElementTag: igc-grid-toolbar-actions */ /* singleInstanceIdentifier */ /** * Provides a way to template the action portion of the toolbar in the grid. * * @igxModule IgxGridToolbarModule * @igxParent IgxGridToolbarComponent * * @example * ```html * * * * ``` */ export declare class IgcGridToolbarActionsComponent extends HTMLElement { /* blazorSuppress */ static readonly tagName: string; /* blazorSuppress */ static register(): void; }