import { Ref, MaybeRef } from 'vue'; import { EmblaCarouselType, EmblaOptionsType, EmblaPluginType } from 'embla-carousel'; export type EmblaCarouselVueType = [ Ref, Ref ]; declare function emblaCarouselVue(options?: MaybeRef, plugins?: MaybeRef): EmblaCarouselVueType; declare namespace emblaCarouselVue { let globalOptions: EmblaOptionsType | undefined; } export default emblaCarouselVue;