import React from 'react';
import './index.less';
import type { ColorPickerPanelProps } from './interface';
/**
 * 自定义颜色选择面板
 */
export declare const ColorPickerPanel: React.FC<ColorPickerPanelProps>;
