import { XastChild, XastElement } from 'svgo/lib/types';
import { ResolvedColorReplacements } from './types';
/**
 * Sets current color of a given node
 * @returns New value of `isFillSetOnRoot`.
 */
export declare function replaceColorsSvg(node: XastElement, isFillSetOnRoot: boolean, replacements: ResolvedColorReplacements, nodesWithOrigColors: XastChild[]): boolean;
