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