import type { ReactNode } from "react"; export declare function MuiThemeApplier({ themeName, children }: { themeName: "light" | "dark"; children: ReactNode; }): import("react/jsx-runtime").JSX.Element;