import React from 'react'; import { IColorPickerProps, IColorPickerInputRef } from './interface'; export type { IColorPickerProps } from './interface'; declare const ColorPicker: React.ForwardRefExoticComponent & React.RefAttributes>; export default ColorPicker;