import { AfterViewInit, OnDestroy, OnInit, TemplateRef } from '@angular/core'; import { RbacService } from '../services/rbac.service'; import * as i0 from "@angular/core"; export declare class RbacComponent implements OnInit, OnDestroy, AfterViewInit { readonly rbacService: RbacService; hasAccess: boolean; groups: string[]; pagePath: string; component: TemplateRef; constructor(rbacService: RbacService); ngOnInit(): Promise; ngAfterViewInit(): Promise; ngOnDestroy(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }