export interface FooterLink { label: string; href: string; } export declare const footerLinks: FooterLink[];