import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; export declare class CheckboxComponent implements OnInit { field: any; identifier: any; terms: any; group: FormGroup; openModal: boolean; constructor(); ngOnInit(): void; }