import { HTMLJuloProps } from '@julo-ui/system';

type RangeSliderTrackProps = HTMLJuloProps<'div'>;

export { RangeSliderTrackProps };
