import { Theme } from './createMuiTheme'; export interface WithTheme { theme: Theme; } declare const withTheme: () =>

( component: React.ComponentType

, ) => React.ComponentClass

; export default withTheme;