import * as i0 from '@angular/core'; import { InjectionToken } from '@angular/core'; import { LuTranslation } from '@lucca-front/ng/core'; declare const LU_SKIP_LINKS_TRANSLATIONS: InjectionToken>; interface ILuSkipLinksLabel { Goto: string; Goto_Nav_Banner: string; Goto_Nav_Navside: string; Goto_Content: string; } declare abstract class ALuSkipLinksLabel { Goto: string; Goto_Nav_Banner: string; Goto_Nav_Navside: string; Goto_Content: string; } declare const luSkipLinksTranslations: LuTranslation; declare class LuSkipLinksComponent { #private; protected intl: ILuSkipLinksLabel; anchor(hash: string, e: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { ALuSkipLinksLabel, LU_SKIP_LINKS_TRANSLATIONS, LuSkipLinksComponent, luSkipLinksTranslations }; export type { ILuSkipLinksLabel };