export const FBOSimulationContext: React.Context; export function FBOSimulationContextProvider({ children }: { children: any; }): React.JSX.Element; import React from "react";