import * as i0 from "@angular/core"; export declare class AcessoComponent { private readonly route; /** * vm(): merged data from route.data with DEFAULTS. * You can set any of these keys via the route's `data` property. */ readonly vm: import("@angular/core").Signal<{ brand: string; logoUrl: string; headline: string; subhead: string; imageUrl: string; videoUrl: string; hideMedia: boolean; helpLink: string; } | Required>>; /** Render-safe current year for footer */ readonly year: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }