import * as i0 from "@angular/core";
export declare class FormErrorComponent {
    errorTitle: string;
    errorMessage: string;
    errorType: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<FormErrorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "lib-form-error", never, { "errorTitle": { "alias": "errorTitle"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "errorType": { "alias": "errorType"; "required": false; }; }, {}, never, ["*"], true, never>;
}
