import { PanEvent, HSLA, HSVA } from "../types/index"; export default function getColorChange(event: PanEvent, currentColor: HSLA | HSVA): HSLA | HSVA;