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