declare function getLogo({ color }?: { color?: number | undefined; }): string; export { getLogo as default, getLogo };