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