import * as React from "react"; export declare function TeamsFetchContextProvider({ children, onError, onSuccess, onPrepareRequest, }: React.PropsWithChildren<{ onSuccess?: () => void; onError?: (e: any) => void; onPrepareRequest?: (input: RequestInfo, init?: RequestInit) => void; }>): JSX.Element | null; //# sourceMappingURL=fetch-context.d.ts.map