import { TemplateRef } from '@angular/core'; export declare class GlobalFooterComponent { links: { title: string; href: string; blankTarget?: boolean; }[]; copyright: TemplateRef; }