import React from 'react'; import './index.scss'; import { ColorPanelProps } from './type'; declare const ColorPanel: React.FC; export default ColorPanel;