import type { Properties } from 'hastscript'; import { ColorPropsOpts } from './types'; export declare class ColorProps { private defaultColorPropertiesMap; private colorPropertiesMap; constructor(opts: ColorPropsOpts); props(color: string): Properties; }