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