import { OnInit } from '@angular/core'; export declare class CheckboxComponent implements OnInit { title: string; id: string; name: string; value: string; checked: boolean; disabled: boolean; required: boolean; constructor(); ngOnInit(): void; }