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