import { OnInit } from '@angular/core';
import { EzfaService } from '../../ezfa.service';
export declare class ProviderLabelComponent implements OnInit {
protected authService: EzfaService;
providerId: string;
label: any;
constructor(authService: EzfaService);
ngOnInit(): void;
}