import React from 'react'; import { ColorPickerProps } from './type'; declare const ColorPickerWithMode: React.FC; export default ColorPickerWithMode;