import { HotelSliderItem } from '../../components/core/hotel-slider/hotel-slider.component'; export interface HotelSliderI { iconControlLeft: string; iconControlRight: string; title: string; titleDark: string; items: HotelSliderItem[]; }