import { YiqUserOptions } from './utils/types';
export declare function colorYiq(colorHex: string, userOptions?: YiqUserOptions): string;
