import type { Channels } from '../types';
declare const complement: (color: string | Channels) => string;
export default complement;