import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class VssuiteFooter implements OnInit { vsLogo: any; vsPolicyTitle: any; vsContactInfoTitle: any; vsFooterAddress: any; vsFooterMail: any; vsFooterMobile: any; vsFooterPhone: any; vsSocialMediaTitle: any; vsCopyRightText: any; vsFacebookLink: any; vsInstagramLink: any; vsTwitterLink: any; vsLinkedInLink: any; vsYoutubeLink: any; vsShowSocialMedia: boolean; vsShowContactInfo: boolean; vsShowPolicy: boolean; vsShowCopyRight: boolean; vsSharedChangeEvent: EventEmitter; constructor(); ngOnInit(): void; handleShared(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }