import { ColorPickerProps } from './types';
export declare const ColorPicker: (props: ColorPickerProps) => any;
