import { AnyHttpErrorService } from '../any-http-error/any-http-error.service';
import { MessageHttpErrorDialogData } from './message-http-error-dialog-data';
import { MessageHttpErrorComponent } from './message-http-error.component';
import * as i0 from "@angular/core";
export declare class MessageHttpErrorService extends AnyHttpErrorService<MessageHttpErrorDialogData> {
    protected readonly component: typeof MessageHttpErrorComponent;
    compare(a: MessageHttpErrorDialogData, b: MessageHttpErrorDialogData): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<MessageHttpErrorService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<MessageHttpErrorService>;
}
