/** * -------------------------------------------------------------------------- * CoreUI Utils (__COREUI_VERSION__): hexToRgba.ts * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main/LICENSE) * -------------------------------------------------------------------------- */ declare const hexToRgba: (color: string, opacity?: number) => string; export default hexToRgba;