import { OnInit } from '@angular/core'; export declare class FormComponent implements OnInit { action: string; constructor(); ngOnInit(): void; }