import { FunctionComponent } from 'react'; interface ImageProps { width?: number; } export declare const ProductItemImage: FunctionComponent; export {};