import type { RgbaColor } from '../models/PrimerTheme'; export declare function toRgbColor(hex: string): RgbaColor | null; //# sourceMappingURL=index.d.ts.map