import { TemplateRef, OnInit } from '@angular/core'; import { FormComponent } from '../../form.component'; export declare class CustomTemplateDirective implements OnInit { private templateRef; private table; path: string; constructor(templateRef: TemplateRef, table: FormComponent); ngOnInit(): void; }