import { type ComponentProps } from 'react';
export type HueWheelProps = ComponentProps<'canvas'>;
declare function HueWheel({ ...rest }: HueWheelProps): import("react/jsx-runtime").JSX.Element;
export default HueWheel;
//# sourceMappingURL=HueWheel.d.ts.map