import { ComponentFactoryResolver, ViewContainerRef } from '@angular/core';
import { NgControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class CmydFormErrorDirective {
    private control;
    private viewContainerRef;
    private componentFactoryResolver;
    constructor(control: NgControl, viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
    static ɵfac: i0.ɵɵFactoryDeclaration<CmydFormErrorDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CmydFormErrorDirective, "[cmydFormError]", never, {}, {}, never>;
}
