import { CarouselProps, WithClassAsProps } from './interface'; type __VLS_Props = CarouselProps & WithClassAsProps; declare var __VLS_1: { canScrollNext: boolean; canScrollPrev: boolean; carouselApi: import('embla-carousel').EmblaCarouselType | undefined; carouselRef: HTMLElement | undefined; orientation: "vertical" | "horizontal"; scrollNext: () => void; scrollPrev: () => void; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, { canScrollNext: import('vue').Ref; canScrollPrev: import('vue').Ref; carouselApi: import('vue').Ref; carouselRef: import('vue').Ref; orientation: "vertical" | "horizontal" | undefined; scrollNext: () => void; scrollPrev: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "init-api": (payload: import('embla-carousel').EmblaCarouselType | undefined) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onInit-api"?: ((payload: import('embla-carousel').EmblaCarouselType | undefined) => any) | undefined; }>, { orientation: "horizontal" | "vertical"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };