import { IErrorDialogComponent } from '../error-dialog/error-dialog.component';
import { AngularErrorDialogData } from './angular-error-dialog-data';
import * as i0 from "@angular/core";
export declare class AngularErrorComponent implements IErrorDialogComponent<AngularErrorDialogData> {
    readonly error: AngularErrorDialogData;
    get hasTags(): boolean;
    get hasContexts(): boolean;
    get hasExtra(): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<AngularErrorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AngularErrorComponent, "rxap-angular-error", never, {}, {}, never, never, true, never>;
}
