import React from 'react'; import { IUseColor } from '../../hooks/hook'; import './ColorPicker.scss'; declare type IProps = { colorHook: IUseColor; className?: string; label?: string; }; declare const JDcolorPicker: React.SFC; export default JDcolorPicker;