import type { RgbaFloat } from './isRgbaFloat.js'; export declare const hexToRgbaFloat: (hex: string, alpha?: number) => RgbaFloat;