import type { Property } from "csstype"; export declare const mixColors: (colorArg: Property.Color, colorState: Property.Color, opacity: number) => Property.Color;