import * as React from 'react'; import { IColorSliderProps } from './ColorSlider.types'; export declare const ColorSlider: React.FunctionComponent;