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