import type { RGB255, RGBA255 } from '../../types/rgb';
export default function normalizeRgbString(rgb: string | RGB255 | RGBA255): string | null;
