import { OnInit } from '@angular/core'; export declare class FormDebugComponent implements OnInit { form: any; ngOnInit(): void; }