import type { EmblaCarouselType } from 'embla-carousel-react';
export type Embla = EmblaCarouselType;
export { Carousel } from './Carousel';
export { useAnimationOffsetEffect } from './use-animation-offset-effect';
export { CarouselSlide } from './CarouselSlide/CarouselSlide';
export type { CarouselProps, CarouselCssVariables, CarouselFactory, CarouselStylesNames, } from './Carousel';
