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