import type { SliderAllProps, SliderContextValue } from './types';
export declare const SliderContext: import("react").Context<SliderContextValue>;
export declare function SliderProvider(localProps: SliderAllProps): import("react/jsx-runtime").JSX.Element;
