/// <reference types="react" />
import { ThemeProps } from "./types";
export declare const myCache: import("@emotion/cache").EmotionCache;
export default function ThemeProvider({ children }: ThemeProps): React.ReactElement;
