import { ComponentPropsWithRef } from 'react'; /** * Renders a scalable SVG of the Spotify logo. * * @param props - Props forwarded to the root `` element. * @returns The root `` element for the Spotify logo. */ export declare function Spotify(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;