import { OnDestroy, OnInit, TemplateRef, ViewContainerRef } from '@angular/core'; import { UserInfoService } from 'fappi-common-model'; export declare class HasGroupParams { orgId: string; groups: string[]; } export declare class HasGroupDirective implements OnInit, OnDestroy { private templateRef; private viewContainer; private userInfoService; constructor(templateRef: TemplateRef, viewContainer: ViewContainerRef, userInfoService: UserInfoService); set fappiHasGroup(value: HasGroupParams); ngOnInit(): void; ngOnDestroy(): void; private applyPermission; }