declare function hexToRgba(hex: string, opacity: number): string; declare function hexToRgb(hex: string): string; export { hexToRgba, hexToRgb };