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