export interface IBannerWpWebPartProps { hasImages: boolean; scrollSpeed: number; title: string; imgListId: string; showBulletButtons: boolean; showThumpnails: boolean; newListName: string; newListDescription: string; newListTemplateId: number; isContentTypeEnabled: boolean; newLToggle: boolean; }