import { ViewContainerRef } from "@angular/core"; export declare class ControlErrorContainerDirective { viewContainer: ViewContainerRef; validationInitialized: boolean; constructor(viewContainer: ViewContainerRef); }