/// import * as React from 'react'; export interface ThemeProps { onRef?: any; } declare function withTheme(Component: any): React.ComponentClass; export default withTheme;