import validator from "../index.js";
export type IsRgbColorOptions = validator.IsRgbColorOptions;
export default validator.isRgbColor;
