import { OnInit } from "@angular/core"; import { LibEventService } from "../../services/lib-event/lib-event.service"; export declare class LibEventComponent implements OnInit { private libEventService; libEventConfig: any; eventUserData: any; constructor(libEventService: LibEventService); ngOnInit(): void; }