import type { EmotionCache, Options as CacheOptions } from "@emotion/cache"; /** * Creates a style cache with the given options. */ export declare function createCache(options: CacheOptions): EmotionCache; export { CacheProvider as default } from "@emotion/react";