export declare function colorToHexWithAlpha(color: { hex: string; rgb: { r: number; g: number; b: number; a: number; }; }): string; //# sourceMappingURL=colorToHexWithAlpha.d.ts.map