import { Component } from '../../types';
export declare const productCarousel: (productCodes: string[], title: string) => Component;
