import React, { ReactNode } from 'react';
export interface EmotionCacheProviderProps {
children: ReactNode;
/**
* An ancestor CSS selector (e.g. `'#sdk-scope'`) to prepend to every Emotion
* CSS rule to increase specificity.
*
* When omitted (`undefined`), no prefix logic is applied.
*/
cssSelectorPrefix?: string;
}
/**
* Provides an Emotion cache to the component tree. Handles two concerns:
*
* 1. **CSP nonce** — when a `` tag is present, a
* cache carrying that nonce is created so Emotion's `