import { Rgb } from "../rgb/types.js"; import { Hsv } from "./types.js"; declare function convertRgbToHsv(color: Omit): Hsv; export default convertRgbToHsv;