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