import { ComponentPropsWithRef } from 'react'; /** * Renders the Vercel logo as an SVG icon. * * @param props - Props forwarded to the root `` element (e.g., className, style, width, height, aria-*). * @returns An SVG element representing the Vercel logo. */ export declare function Vercel(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;