declare const ThemeContext: import("react").Context<"dark" | "light">;
export default ThemeContext;
