type ProductTileThumbnailProps = { imageUrl?: string; alt: string; /** Media count rendered as a badge in the bottom-right. Omit to hide the badge. */ mediaCount?: number; isLoading?: boolean; /** Thumbnail size — `large` (80px, default) matches product tiles, `small` (64px) matches list items. */ size?: "small" | "large"; /** Render a 1px hairline border around the thumbnail. */ bordered?: boolean; }; export declare const ProductTileThumbnail: ({ imageUrl, alt, mediaCount, isLoading, size, bordered, }: ProductTileThumbnailProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=ProductTileThumbnail.d.ts.map