import { TemplateRef } from '@angular/core'; /** * The IgxGridToolbarCustomContentDirective directive is used to mark an 'ng-template' (with * the 'igxToolbarCustomContent' selector) defined in the IgxGrid which is used to provide * custom content for cener part of the IgxGridToolbar. */ export declare class IgxGridToolbarCustomContentDirective { template: TemplateRef; constructor(template: TemplateRef); }