import { Util } from "../../declarations"; /** * Prototope color util. * * @param value - Config value. * @returns - Prototope util. */ declare const textColor: (value: "dark" | "darker" | "light" | "lighter" | "primary" | "secondary") => Util; export { textColor };