declare function getLogo({ color }?: {
    color?: number;
}): string;

export { getLogo as default, getLogo };
