import { TemplateRef } from '@angular/core'; import { UIGridComponent } from './yzt-grid.component'; export declare class GridIconComponent { iconTemplate: TemplateRef; outField: string; outProp: string; uiGrid: UIGridComponent; constructor(); ngOnInit(): void; ngOnChanges(simple: any): void; } export declare class GridIconModule { }