import { Palette } from '../palette.js'; import { Swatch } from '../swatch.js'; /** * @internal */ export declare function neutralForeground(palette: Palette, reference: Swatch): Swatch;