import { SellScoreProps } from "../../status/SellScore/types"; type ProductTileProps = { title: string; imageUrl?: string; mediaCount: number; onClick?: () => void; hasUnpublishedChanges?: boolean; unpublishedChangesLabel: React.ReactNode; sellScore?: SellScoreProps; className?: string; }; export declare const ProductTile: ({ title, imageUrl, sellScore, mediaCount, onClick, hasUnpublishedChanges, unpublishedChangesLabel, className, }: ProductTileProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=ProductTile.d.ts.map