import { ReactNode } from 'react'; import { Theme } from '@mui/material'; type Props = { theme: Theme; children: ReactNode; }; export declare const ThemeWrapper: ({ theme, children }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ThemeWrapper.d.ts.map