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

type SliderThumbProps = HTMLJuloProps<'div'>;

export { SliderThumbProps };
