import type { RGB } from '../base'; export default function getBestContrast(color: RGB, option1: C, option2: C): C; export default function getBestContrast(color?: RGB, option1?: C, option2?: C): C | undefined;