//#region src/components/Slider/Slider.constants.d.ts
declare enum Orientations {
  Horizontal = "horizontal",
  Vertical = "vertical"
}
declare const DEFAULT_ORIENTATION = Orientations.Horizontal;
//#endregion
export { DEFAULT_ORIENTATION, Orientations };
//# sourceMappingURL=Slider.constants.d.ts.map