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