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