import { OnInit } from '@angular/core'; export declare class CheckComponent implements OnInit { checked: boolean; constructor(); ngOnInit(): void; }