import { NgControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class CmydFormErrorComponent {
    controlName: NgControl;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<CmydFormErrorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CmydFormErrorComponent, "cmyd-form-error", never, { "controlName": "controlName"; }, {}, never, never>;
}
