interface LogoColors { light: string; dark: string; } export declare function getLogo(color: string): LogoColors; export {};