import React from 'react'; import { ColorPickerProps } from './interface'; declare const ColorPickerComponent: React.ForwardRefExoticComponent>; export default ColorPickerComponent; export { ColorPickerProps };