import { CarouselProps } from './carousel'; import { EmblaCarouselType, EmblaOptionsType } from 'embla-carousel'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; scrollPrev: () => void; scrollNext: () => void; scrollTo: (index: number) => void; canScrollPrev: import('vue').Ref; canScrollNext: import('vue').Ref; selectedIndex: import('vue').Ref; scrollSnaps: import('vue').Ref; selectedScrollSnap: () => number | undefined; previousScrollSnap: () => number | undefined; scrollSnapList: () => number[] | undefined; internalEngine: () => import('embla-carousel').EngineType | undefined; rootNode: () => HTMLElement | undefined; containerNode: () => HTMLElement | undefined; slideNodes: () => HTMLElement[] | undefined; on: (event: any, callback: any) => void; off: (event: any, callback: any) => void; emit: (event: any) => void; plugins: () => import('embla-carousel').EmblaPluginsType | undefined; reInit: (options?: EmblaOptionsType, plugins?: any[]) => void | undefined; destroy: () => void | undefined; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { select: (api: EmblaCarouselType) => any; destroy: (api: EmblaCarouselType) => any; scroll: (api: EmblaCarouselType) => any; init: (api: EmblaCarouselType) => any; reInit: (api: EmblaCarouselType) => any; settle: (api: EmblaCarouselType) => any; resize: (api: EmblaCarouselType) => any; slidesChanged: (api: EmblaCarouselType) => any; pointerDown: (api: EmblaCarouselType) => any; pointerUp: (api: EmblaCarouselType) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onSelect?: ((api: EmblaCarouselType) => any) | undefined; onDestroy?: ((api: EmblaCarouselType) => any) | undefined; onScroll?: ((api: EmblaCarouselType) => any) | undefined; onInit?: ((api: EmblaCarouselType) => any) | undefined; onReInit?: ((api: EmblaCarouselType) => any) | undefined; onSettle?: ((api: EmblaCarouselType) => any) | undefined; onResize?: ((api: EmblaCarouselType) => any) | undefined; onSlidesChanged?: ((api: EmblaCarouselType) => any) | undefined; onPointerDown?: ((api: EmblaCarouselType) => any) | undefined; onPointerUp?: ((api: EmblaCarouselType) => any) | undefined; }>, { dataTest: string; ariaLabel: string; orientation: "horizontal" | "vertical"; opts: EmblaOptionsType; plugins: import('embla-carousel').EmblaPluginType[]; verticalHeight: string | number; itemWidth: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };