import { Swatch } from '../swatch'; /** * @internal */ export declare function directionByIsDark(color: Swatch): 1 | -1;