import { JSX } from 'react';
export type CollectionThumbnailProps = JSX.IntrinsicElements['img'];
export declare const CollectionThumbnail: ({ className, src, alt, ...props }: CollectionThumbnailProps) => JSX.Element;
