import { OnInit } from '@angular/core'; import { FormControl, FormGroup } from '@angular/forms'; export declare class ToExistingGroupComponent implements OnInit { form: FormGroup; toExistingGroup: FormControl; ngOnInit(): void; }