import './style';
export type { ColorPickerProps } from './interface';
export * from './type';
export declare const ColorPickerPanel: import("react").NamedExoticComponent<import("./interface").ColorPickerProps>;
export declare const ColorPicker: import("react").NamedExoticComponent<import("./interface").ColorPickerProps>;
export default ColorPicker;
