import valuesParser from 'postcss-value-parser'; import type { Declaration } from 'postcss'; export declare function transformProperties(decl: Declaration, customProperties: Map, localCustomProperties: Map, parsedValuesCache: Map, opts: { preserve?: boolean; }): void;