/**
 * An alternative function to `readableColor`. Returns whether or not the
 * readable color (i.e. the color to be place on top the input color) should be
 * black.
 */
declare function readableColorIsBlack(color: string): boolean;
export default readableColorIsBlack;
