import { OnInit, TemplateRef } from '@angular/core'; export declare class RowDirective implements OnInit { rowTempl: TemplateRef; constructor(); ngOnInit(): void; }