import { Router } from '@angular/router';
import { CreateErrorComponentService, HttpErrorWrapperComponent } from '@abp/ng.theme.shared';
import * as i0 from "@angular/core";
export declare class AbpCreateErrorComponentService extends CreateErrorComponentService {
    protected readonly router: Router;
    protected readonly httpErrorPath: string;
    constructor();
    execute(instance: Partial<HttpErrorWrapperComponent>): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AbpCreateErrorComponentService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AbpCreateErrorComponentService>;
}
