Repository URL to install this package:
declare const productItemData: { image: string; title: string; price: { regular: string; sale: string; }; offers: string; ratings: number; }; export { productItemData, };