import { IErrorDialogComponent } from '../error-dialog/error-dialog.component';
import { AnyHttpErrorDialogData } from './any-http-error-dialog-data';
import * as i0 from "@angular/core";
export declare class AnyHttpErrorComponent implements IErrorDialogComponent<AnyHttpErrorDialogData> {
    readonly isProduction: boolean;
    readonly error: AnyHttpErrorDialogData;
    static ɵfac: i0.ɵɵFactoryDeclaration<AnyHttpErrorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AnyHttpErrorComponent, "rxap-any-http-error", never, {}, {}, never, never, true, never>;
}
