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