import { EmblaCarouselType, EmblaOptionsType, EmblaPluginType } from 'embla-carousel'; declare type EmblaViewportRefType = (instance: ViewportElement | null) => void; export declare type UseEmblaCarouselType = [ EmblaViewportRefType, EmblaCarouselType | undefined ]; declare function useEmblaCarousel(options?: EmblaOptionsType, plugins?: EmblaPluginType[]): UseEmblaCarouselType; declare namespace useEmblaCarousel { var globalOptions: Partial | undefined; } export default useEmblaCarousel;