import { ChangeDetectorRef, TemplateRef, ViewContainerRef } from '@angular/core'; import { DataService } from '../../data/providers/data.service'; import { IfDirectiveBase } from './if-directive-base'; import * as i0 from "@angular/core"; export declare class IfDefaultChannelActiveDirective extends IfDirectiveBase<[]> { private dataService; private changeDetectorRef; constructor(_viewContainer: ViewContainerRef, templateRef: TemplateRef, dataService: DataService, changeDetectorRef: ChangeDetectorRef); /** * A template to show if the current user does not have the specified permission. */ set vdrIfMultichannelElse(templateRef: TemplateRef | null); private defaultChannelIsActive; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }