/// <reference types="react" />
declare const Wishlist: ({ className, id, variant, productInfo, insights }: any) => JSX.Element;
export default Wishlist;
