import { ThumbProps } from '@zag-js/slider';
import { Provider } from 'react';
export declare const SliderThumbPropsProvider: Provider<ThumbProps>, useSliderThumbPropsContext: () => ThumbProps;
