import { Options as CacheOptions } from "@emotion/cache";
export type EmotionCacheOptions = Partial<CacheOptions>;
export declare function useEmotionCache(options?: EmotionCacheOptions): import("@emotion/cache").EmotionCache;
