import { TemplateRef } from '@angular/core'; import { ControlValueTypes } from '../utils'; import { ControlDirective } from './control.directive'; import * as i0 from "@angular/core"; export declare class AllowAllDirective extends ControlDirective { protected check: (permissions: string[]) => boolean; protected elseTemplate: TemplateRef | undefined; set xAllowAll(value: ControlValueTypes); xAllowAllElse?: TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }