import { PropsWithChildren } from 'react';
export declare function EmotionCacheProvider({ children }: PropsWithChildren<unknown>): import("react/jsx-runtime").JSX.Element;
