import type { Root } from 'postcss';
import valuesParser from 'postcss-value-parser';
export default function getCustomPropertiesFromRoot(root: Root): Map<string, valuesParser.ParsedValue>;
