import { IgcBaseToolbarColumnActionsDirective } from './igc-base-toolbar-column-actions-directive'; import { IgcBaseToolbarDirectiveEventMap } from './igc-base-toolbar-directive'; /* blazorElement */ /* wcElementTag: igc-grid-toolbar-pinning */ /* singleInstanceIdentifier */ /* blazorIndirectRender */ /* jsonAPIManageItemInMarkup */ /** * Provides a pre-configured column pinning component for the grid. * * * @igxModule IgxGridToolbarModule * @igxParent IgxGridToolbarComponent, IgxGridToolbarActionsComponent * * @example * ```html * * ``` */ export declare class IgcGridToolbarPinningComponent extends IgcBaseToolbarColumnActionsDirective { /* blazorSuppress */ static readonly tagName: string; /* blazorSuppress */ static register(): void; } export type IgcGridToolbarPinningComponentEventMap = IgcBaseToolbarDirectiveEventMap