declare const CarouselTheme: { carouselWrapper: string; pointer: string; block: string; visible: string; invisible: string; slideRight: string; slideLeft: string; nextBtn: string; nextBtnIcon: string; prevBtn: string; prevBtnIcon: string; indicatorsWrapper: string; indicator: string; activeIndicator: string; }; export default CarouselTheme;