declare function hexToRgba(color: string, alpha?: string | number): string;

export = hexToRgba;
