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