import { FooterItem } from './footer.types'; export declare class FooterComponent { imageLink: string; imageSrc: string; imageAlt: string; text: string; navigation: FooterItem[]; }