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