import { TemplateRef, ViewContainerRef } from '@angular/core'; import { NgControlService } from '../providers/ng-control.service'; import { AbstractIfState } from './abstract-if-state'; import { CONTROL_STATE, IfControlStateService } from './if-control-state.service'; import * as i0 from "@angular/core"; export declare class ClrIfSuccess extends AbstractIfState { private template; private container; constructor(ifControlStateService: IfControlStateService, ngControlService: NgControlService, template: TemplateRef, container: ViewContainerRef); /** * @param state CONTROL_STATE */ protected handleState(state: CONTROL_STATE): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }