export declare const dsa: { title: string; tokens: string; logo: { src: string; srcInverted: string; homepageHref: string; alt: string; width: number; height: number; }; }; export declare const business: { title: string; tokens: string; logo: { src: string; alt: string; width: number; height: number; }; }; export declare const google: { title: string; tokens: string; logo: { src: string; alt: string; width: number; height: number; }; }; export declare const telekom: { title: string; tokens: string; logo: { src: string; alt: string; width: number; height: number; }; }; export declare const ngo: { title: string; tokens: string; logo: { src: string; alt: string; width: number; height: number; lazy: boolean; }; };