import React from 'react';
import { TdColorBaseProps } from '../../interface';
export interface TdColorSliderProps extends TdColorBaseProps {
    className?: string;
    value?: Number;
    maxValue?: Number;
    railStyle?: Object;
    type?: 'hue' | 'alpha';
}
declare const _default: React.MemoExoticComponent<(props: TdColorSliderProps) => React.JSX.Element>;
export default _default;
