import { Observable } from "rxjs";
import * as i0 from "@angular/core";
export declare class FeFormMessagesService {
    private errorsSubject;
    errors$: Observable<string[]>;
    emitError(error: string | string[]): void;
    private error;
    static ɵfac: i0.ɵɵFactoryDeclaration<FeFormMessagesService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<FeFormMessagesService>;
}
