import { IsographEnvironment } from "../core/IsographEnvironment.mjs"; import * as React$1 from "react"; import { ReactNode } from "react"; //#region src/react/IsographEnvironmentProvider.d.ts type IsographEnvironmentProviderProps = { readonly environment: IsographEnvironment; readonly children: ReactNode; }; declare function IsographEnvironmentProvider({ environment, children }: IsographEnvironmentProviderProps): React$1.ReactElement; declare function useIsographEnvironment(): IsographEnvironment; //#endregion export { IsographEnvironmentProvider, IsographEnvironmentProviderProps, useIsographEnvironment }; //# sourceMappingURL=IsographEnvironmentProvider.d.mts.map