import { ComponentType } from 'react';
import { BaseSliderProps } from './Threshold.types';
export declare const Container: ComponentType<any>;
export declare const BaseSlider: ComponentType<BaseSliderProps>;
