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