import type { ThemeVars } from '@coinbase/cds-common/core/theme'; export declare const convertThemedSvgToHex: ( xml: string, illustrationPalette: Partial<{ [key in ThemeVars.IllustrationColor]: string }>, ) => string; //# sourceMappingURL=convertThemedSvgToHex.d.ts.map