import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class BackComponent { private router; config: { text: string; link: null; }; bgColor: string; link: string; constructor(router: Router); back(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }