1 2 3 4 5
import { OnInit } from '@angular/core'; export declare class SocAppLibraryComponent implements OnInit { constructor(); ngOnInit(): void; }