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