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