import { EventEmitter } from '@angular/core'; import { FooterOptions } from '../../models/footer-options'; import * as i0 from "@angular/core"; export declare class FooterComponent { currentYear: number; showLegalNotice: boolean; showPrivacy: boolean; legalNoticeText: string; privacyText: string; legalNoticeLink: string; privacyLink: string; useLegalNoticeCallback: boolean; usePrivaceCallback: boolean; options: FooterOptions; legalNoticeCallback: EventEmitter; privacyCallback: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }