declare const _default: { name: string; mixins: { methods: { setState(state?: {}, callback?: () => any): void; __emit(): void; }; }[]; inheritAttrs: boolean; props: { accessibility: { type: BooleanConstructor; default: boolean; }; adaptiveHeight: { type: BooleanConstructor; default: boolean; }; afterChange: any; arrows: { type: BooleanConstructor; default: boolean; }; autoplay: { type: BooleanConstructor; default: boolean; }; autoplaySpeed: any; beforeChange: any; centerMode: { type: BooleanConstructor; default: boolean; }; centerPadding: any; cssEase: any; dots: { type: BooleanConstructor; default: boolean; }; dotsClass: any; draggable: { type: BooleanConstructor; default: boolean; }; unslick: { type: BooleanConstructor; default: boolean; }; easing: any; edgeFriction: any; fade: { type: BooleanConstructor; default: boolean; }; focusOnSelect: { type: BooleanConstructor; default: boolean; }; infinite: { type: BooleanConstructor; default: boolean; }; initialSlide: any; lazyLoad: any; verticalSwiping: { type: BooleanConstructor; default: boolean; }; asNavFor: any; pauseOnDotsHover: { type: BooleanConstructor; default: boolean; }; pauseOnFocus: { type: BooleanConstructor; default: boolean; }; pauseOnHover: { type: BooleanConstructor; default: boolean; }; responsive: any; rows: any; rtl: { type: BooleanConstructor; default: boolean; }; slide: any; slidesPerRow: any; slidesToScroll: any; slidesToShow: any; speed: any; swipe: { type: BooleanConstructor; default: boolean; }; swipeEvent: any; swipeToSlide: { type: BooleanConstructor; default: boolean; }; touchMove: { type: BooleanConstructor; default: boolean; }; touchThreshold: any; useCSS: { type: BooleanConstructor; default: boolean; }; useTransform: { type: BooleanConstructor; default: boolean; }; variableWidth: { type: BooleanConstructor; default: boolean; }; vertical: { type: BooleanConstructor; default: boolean; }; waitForAnimate: { type: BooleanConstructor; default: boolean; }; children: any; __propsSymbol__: any; }; data(): any; watch: { autoplay(newValue: any, oldValue: any): void; __propsSymbol__(): void; }; mounted(): void; beforeUnmount(): void; updated(): void; methods: { listRefHandler(ref: any): void; trackRefHandler(ref: any): void; adaptHeight(): void; onWindowResized(setTrackStyle: any): void; resizeWindow(setTrackStyle?: boolean): void; updateState(spec: any, setTrackStyle: any, callback: any): void; ssrInit(): { trackStyle: { width: string; left: string; }; slideWidth?: undefined; } | { slideWidth: string; trackStyle: { width: string; left: string; }; }; checkImagesLoad(): void; progressiveLazyLoad(): void; slideHandler(index: any, dontAnimate?: boolean): void; changeSlide(options: any, dontAnimate?: boolean): void; clickHandler(e: any): void; keyHandler(e: any): void; selectHandler(options: any): void; disableBodyScroll(): void; enableBodyScroll(): void; swipeStart(e: any): void; swipeMove(e: any): void; swipeEnd(e: any): void; touchEnd(e: any): void; slickPrev(): void; slickNext(): void; slickGoTo(slide: any, dontAnimate?: boolean): string; play(): boolean; handleAutoPlay(playType: any): void; pause(pauseType: any): void; onDotsOver(): void; onDotsLeave(): void; onTrackOver(): void; onTrackLeave(): void; onSlideFocus(): void; onSlideBlur(): void; customPaging({ i }: { i: any; }): import("vue/jsx-runtime").JSX.Element; appendDots({ dots }: { dots: any; }): import("vue/jsx-runtime").JSX.Element; }; render(): import("vue/jsx-runtime").JSX.Element; }; export default _default;