import { ElementRef, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AuthorityDirectiveDirective implements AfterViewInit { private el; authorities: string; patCodigo: number; externalAllowed: boolean; constructor(el: ElementRef); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }