export interface ICarouselCustomSliderData { image: string; title: string; description: string; label: string; id: number | string; }