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