import React from 'react'; export declare function withTheme
(WrappedComponent: React.ComponentType
): React.FC
; export default withTheme;