import { ChromePickerProps } from 'react-color'; import './index.scss'; interface IProps extends ChromePickerProps { /** 类名 */ className?: string; } declare const ChromePicker: (props: IProps) => import("react/jsx-runtime").JSX.Element; export default ChromePicker;