import { EntrypointModifier } from "./EntrypointModifier"; /** * Modifies entry point only if Emotion is installed in the client's package.json. * Wraps the app with CacheProvider and creates a custom cache to inject Emotion styles * into the Shadow DOM or desired container. */ export declare const emotionReactEntrypointModifier: EntrypointModifier;