import { Theme } from './createMuiTheme'; import { ConsistentWith } from '..'; export interface WithTheme { theme: Theme; } declare const withTheme: () =>
>( component: React.ComponentType
, ) => React.ComponentClass
; export default withTheme;