export { default } from './RangeSlider';
import type { RangeSliderProps } from './types';
export type { RangeSliderProps };
