/** * Set an opacity to a hex value. * * @deprecated This function will be removed in the next major release. Use the native CSS opacity property instead. */ declare const setHexOpacity: (hex: string, alpha: number) => string; export { setHexOpacity }; //# sourceMappingURL=setHexOpacity.d.ts.map