import React from 'react'; declare const ProviderInject: ({ children }: React.PropsWithChildren) => React.JSX.Element; export default ProviderInject;