/// import { ThemeProps } from "./types"; export declare const myCache: import("@emotion/utils").EmotionCache; export default function ThemeProvider({ children }: ThemeProps): React.ReactElement;