/** * The `cssEscape()` util is based on this `CSS.escape()` polyfill: https://github.com/mathiasbynens/CSS.escape * * @param {unknown} value * @deprecated */ declare const _default: (value: unknown) => string; export default _default;