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