import { FocusMonitor } from '@angular/cdk/a11y'; import * as i0 from '@angular/core'; import { OnDestroy, AfterViewInit, ElementRef } from '@angular/core'; import * as i1 from '@angular/common'; declare class NxFooterCopyrightDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NxFooterNavigationDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NxFooterLinkDirective implements OnDestroy, AfterViewInit { private readonly _elementRef; private readonly _focusMonitor; constructor(_elementRef: ElementRef, _focusMonitor: FocusMonitor); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NxFooterComponent { copyright?: string | null; readonly currentYear: number; _copyrightDirective?: NxFooterCopyrightDirective; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NxFooterModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NxFooterComponent, NxFooterCopyrightDirective, NxFooterLinkDirective, NxFooterModule, NxFooterNavigationDirective };