import createCache from '@emotion/cache'; export default function createEmotionCache(options?: { enableCssLayer?: boolean | undefined; } & Parameters[0]): import("@emotion/cache").EmotionCache;