import type { SVGProps } from "react"; export interface SpotifyIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function SpotifyIcon({ className, size, color, ...props }: SpotifyIconProps): import("react").JSX.Element; //# sourceMappingURL=spotify-icon.d.ts.map