import type { Rgba } from "./types.ts"; export declare function normalizeHexColor(value: string | number | null | undefined): string | undefined; export declare function hexColorToRgba(value: string | number | null | undefined): Rgba | undefined; //# sourceMappingURL=color.d.ts.map