/** Calculates a CSS color that contrasts with the given color resulting in white or black */ export declare function colorContrast(color: string): import("@a11d/lit").CSSResult; //# sourceMappingURL=colorContrast.d.ts.map