import { OnDestroy, OnInit, TemplateRef, ViewContainerRef } from '@angular/core'; import { UserInfoService } from 'fappi-common-model'; export declare class HasroleDirective implements OnInit, OnDestroy { private templateRef; private viewContainer; private userInfoService; roles: string[]; private permission$; constructor(templateRef: TemplateRef, viewContainer: ViewContainerRef, userInfoService: UserInfoService); set fappiHasRole(roles: string[]); ngOnInit(): void; ngOnDestroy(): void; private applyPermission; }