import * as React from 'react'; import { EmotionCache } from '@emotion/cache'; export declare let CacheProvider: React.Provider; export declare let __unsafe_useEmotionCache: () => EmotionCache | null; declare let withEmotionCache: (func: (props: React.PropsWithoutRef, context: EmotionCache, ref?: React.ForwardedRef) => React.ReactNode) => React.FC & React.RefAttributes> | React.ForwardRefExoticComponent & React.RefAttributes>; export { withEmotionCache };