import type { RGB1, RGBA1 } from '../../types/rgb'; import type { HSL, HSLA } from '../../types/hsl'; export default function rgb1ToHsl(rgb: RGB1 | RGBA1): HSL | HSLA | null;