export default withMUIProvidersHOC; declare function withMUIProvidersHOC(WrappedComponent: any): ({ theme, ...props }: { [x: string]: any; theme?: string | undefined; }) => JSX.Element; //# sourceMappingURL=withMUIProvidersHOC.d.ts.map