import Range, { RangeProps } from './range';
import './styles/index.scss';
export { RangeProps };
export default Range;
