/// <reference types="react" />
export declare function ColorSelectSpectrum({ colorMeta, coords, width, height, dispatch, throttleSpeed, onChange, dragging, ...props }: {
    [x: string]: any;
    colorMeta: any;
    coords: any;
    width: any;
    height: any;
    dispatch: any;
    throttleSpeed: any;
    onChange: any;
    dragging: any;
}): JSX.Element;
