import { ColorInputWithoutInstance as Color } from 'tinycolor2'; export declare const lightenColor: (color: Color, amount?: number) => string; export declare const darkenColor: (color: Color, amount?: number) => string; export declare const getMostReadable: (baseColor: Color, colors: Color[]) => string;