import React from 'react';
export default function withProvider<T>(Element: React.ComponentType<T>): React.ComponentType<T>;
