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