import type { ISliderComponentType } from './types'; export { SliderContext } from './Context'; export type { ISliderProps } from './types'; export declare function createSlider({ Root, ThumbInteraction, Thumb, Track, FilledTrack, }: { Root: React.ComponentType; Thumb: React.ComponentType; ThumbInteraction: React.ComponentType; Track: React.ComponentType; FilledTrack: React.ComponentType; }): ISliderComponentType; //# sourceMappingURL=index.d.ts.map