import { IErrorDialogComponent } from '../error-dialog/error-dialog.component';
import { CodeHttpErrorDialogData } from './code-http-error-dialog-data';
import * as i0 from "@angular/core";
export declare class CodeHttpErrorComponent implements IErrorDialogComponent<CodeHttpErrorDialogData> {
    readonly isProduction: boolean;
    readonly error: CodeHttpErrorDialogData;
    readonly showMore: import("@angular/core").WritableSignal<boolean>;
    static ɵfac: i0.ɵɵFactoryDeclaration<CodeHttpErrorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CodeHttpErrorComponent, "rxap-http-error-message", never, {}, {}, never, never, true, never>;
}
