import { DEFAULT_ORIENTATION, Orientations } from "./Slider.constants.js";
import { SliderProps } from "./Slider.types.js";
import { Slider } from "./Slider.js";
export { DEFAULT_ORIENTATION as DEFAULT_SLIDER_ORIENTATION, Slider, Orientations as SliderOrientations, type SliderProps };