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