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