import type { RGB, RGBA } from '../base'; export default function isColorlike(c: unknown): c is RGBA | RGB;