/// <reference types="react" />
export declare function ColorSelectPicker({ value, dispatch, onChange, throttleSpeed, }: {
    value: any;
    dispatch: any;
    onChange: any;
    throttleSpeed: any;
}): JSX.Element;
