import * as i0 from '@angular/core'; import { TemplateRef, ViewContainerRef, DestroyRef } from '@angular/core'; import { Security } from 'novo-elements/services'; import * as i2 from '@angular/common'; declare class Unless { templateRef: TemplateRef; viewContainer: ViewContainerRef; security: Security; private destroyRef; permissions: string; isDisplayed: boolean; constructor(templateRef: TemplateRef, viewContainer: ViewContainerRef, security: Security, destroyRef: DestroyRef); set bhUnless(value: string); check(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class UnlessModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { Unless, UnlessModule };