declare function CodementorLogoMark({ color, width, className }: { color?: string; width?: string; className?: string; }): JSX.Element; export default CodementorLogoMark;