import { ColorPlugin } from "ohcolor"; import "./type.d.ts"; /** * Plugin: extend format function to support formatting to get hex color string. */ export declare const formatHex: ColorPlugin; export default formatHex;