import { ThemeVariant } from "../types"; import { Nullable } from "../types/utils"; export declare function mixTwoColors(base: string, incoming: string, percentage: number): string; export declare function setColorAlpha(color: string, alpha: number): string; export declare function patchColorContrast(color: Nullable, theme: ThemeVariant): string | null; //# sourceMappingURL=color.d.ts.map