import { Theme } from "@mui/material"; import React, { ComponentType } from "react"; declare type WithoutTheme

= Omit; declare function withTheme

(Component: ComponentType

): React.ForwardRefExoticComponent> & React.RefAttributes>; export { withTheme }; //# sourceMappingURL=withTheme.d.ts.map