import { ActivatedRoute, Router } from '@angular/router'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "@axulus/uikit/button"; import * as i3 from "@axulus/uikit/ripple"; export declare class NotFound { private _route; private _router; constructor(_route: ActivatedRoute, _router: Router); get body(): string | null; get button(): string | null; get logoHeaderUrl(): string | null; navigateHome(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NotFoundModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }