declare function hexToRgb(hex?: string, opacity?: number): string; export { hexToRgb as default };