import React, { PropsWithChildren } from "react";
export declare function EnvironmentProvider(props: PropsWithChildren): React.JSX.Element;
