/**
 * Converts a color from CSS hex format to CSS rgba format.
 */
export declare function hexToRgba(originColor: string, opacity?: number): string;
