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