import { ISPImage } from '../ISPImage'; export interface ICarouselProps { scrollSpeed: number; title: string; showBulletButtons: boolean; showThumpnails: boolean; images: ISPImage[]; listId: string; }