import { FC, PropsWithChildren } from "react"; /** * Wrapper for the authentication context. Passes user info as well as * authentication loading states and the state setter into the context. */ declare const AuthenticationProvider: FC; export default AuthenticationProvider;