import { OnInit, TemplateRef } from '@angular/core'; import { NzSafeAny } from 'ng-zorro-antd/core/types'; import { ColTemplateService } from './col-template.service'; export declare class BixiRowDirective implements OnInit { private ref; private colTemplateService; tplName: string; type: string; constructor(ref: TemplateRef, colTemplateService: ColTemplateService); ngOnInit(): void; }