import type { ColorPlugin } from "ohcolor"; import "./type.d.ts"; /** * Plugin: returns black or white for best contrast depending on the luminosity. */ export declare const readableColor: ColorPlugin; export default readableColor;