import { TemplateRef, ViewContainerRef } from '@angular/core'; import { NgSwitch } from '@angular/common'; import * as i0 from "@angular/core"; export declare class ZuiSwitchCasesDirective { private viewContainer; private templateRef; private ngSwitch; private _created; zuiSwitchCases: any[]; constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef, ngSwitch: NgSwitch); ngOnInit(): void; ngDoCheck(): void; enforceState(created: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }