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

type SliderInnerTrackProps = HTMLJuloProps<'div'>;

export { SliderInnerTrackProps };
