import { Hex, HSL } from "../types";
export default function HexToHSL(hex: Hex): HSL;
