import { Theme } from './createMuiTheme'; import { PropInjector } from '..'; export interface WithTheme { theme: Theme; innerRef?: React.Ref | React.RefObject; } export default function withTheme(): PropInjector>;