/// <reference types="react" />
import { ISliderProps } from 'native-base';
export declare const Slider: (props: ISliderProps) => JSX.Element;
