export declare const footerImages: { aacsb: string; aacsbNeg: string; amba: string; ambaNeg: string; equis: string; equisNeg: string; }; export type FooterImages = keyof typeof footerImages; export declare const logoKeys: FooterImages[];