import { Theme } from './createMuiTheme'; export default function withTheme

(): (component: React.ComponentType

) => React.ComponentClass

;