import { ElementRef, OnInit } from '@angular/core'; import { EcabsComponentsService } from '../services/ecabs-components.service'; import * as i0 from "@angular/core"; export declare class EcabsCheckPermissionsDirective implements OnInit { private readonly elementRef; private readonly ecabsComponentsService; permissions: string[]; noPermissionMessage: string; constructor(elementRef: ElementRef, ecabsComponentsService: EcabsComponentsService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }