import { AuthReturnData } from '../types/auth';
export declare const AuthContext: import("react").Context<AuthReturnData>;
