import * as i0 from '@angular/core'; import { InjectionToken } from '@angular/core'; import * as _lucca_front_ng_a11y from '@lucca-front/ng/a11y'; import { LuTranslation } from '@lucca-front/ng/core'; declare class LuSkipLinksComponent { #private; readonly intl: i0.InputSignalWithTransform<_lucca_front_ng_a11y.ILuSkipLinksLabel, Partial<_lucca_front_ng_a11y.ILuSkipLinksLabel>>; anchor(hash: string, e: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } 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; export { ALuSkipLinksLabel, LU_SKIP_LINKS_TRANSLATIONS, LuSkipLinksComponent, luSkipLinksTranslations }; export type { ILuSkipLinksLabel };