import { CarouselConfig, PagerConfig, ScrollGlobal } from '../type'; declare const defaultGlobal: ScrollGlobal; declare const defaultCarousel: CarouselConfig; declare const defaultpager: PagerConfig; export { defaultGlobal, defaultCarousel, defaultpager };