import { COLOR } from "@sil/color";
export { red, blue, green, italic, yellow, bold, dim, magenta, black, white, gray, } from "kleur";
export declare const color: (str: string, color: COLOR) => string;
