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