import type { Transform } from 'style-dictionary/types';
export declare const cssColorMix: (colorA: string, colorB: string, colorBPercent: number) => string;
export declare const colorAlphaToCss: Transform;
