import React, { type PropsWithChildren } from "react";
import type { IAuthContext } from "./types";
export declare const AuthProviderContext: React.Context<Partial<IAuthContext>>;
export declare const AuthProviderContextProvider: React.FC<PropsWithChildren<IAuthContext>>;
export declare const useAuthProviderContext: () => Partial<IAuthContext>;
//# sourceMappingURL=index.d.ts.map