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