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