import { ReactNode } from "react"; import { Theme } from "../utils.js"; export declare function ThemeContainer({ children, theme, }: { children: ReactNode; theme?: Theme; }): import("react").JSX.Element;