/** * Returns the background and border colors for a given name * @param name - The name to get the colors for * @returns The background and border colors as HSL strings */ export declare function getColor(name: string): string; export declare function hslToHex(h: number, s: number, l: number): string; //# sourceMappingURL=color-util.d.ts.map