import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core'; import { LoginService } from '../../services/login/login.service'; import * as i0 from "@angular/core"; export declare class RequiredRolesDirective implements OnChanges { private ls; private elRef; private renderer; requiredRole: string[]; constructor(ls: LoginService, elRef: ElementRef, renderer: Renderer2); ngOnChanges(changes: SimpleChanges): void; private validateAccess; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=required-roles.directive.d.ts.map