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