export interface IBannerWpProps { scrollSpeed: number; title: string; imgListId: string; showBulletButtons: boolean; showThumpnails: boolean; }