import { Swatch } from '../swatch.js'; import { Palette } from '../palette.js'; /** * The neutralForegroundHint color recipe * @param palette - The palette to operate on * @param reference - The reference color * * @internal */ export declare function neutralForegroundHint(palette: Palette, reference: Swatch): Swatch;