/** * Inverts the given hex color. * Example: #ffffff becomes #000000 */ export declare function invertColor(hexColor: string): string; //# sourceMappingURL=invertColor.d.ts.map