import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; export declare class CheckboxWrapperComponent implements OnInit { formControl: FormControl; constructor(); ngOnInit(): void; }