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