/// export declare const Provider: ({ children }: { children: any; }) => JSX.Element; export default Provider;