import React from "react";
import { AuthController } from "../types";
export declare const AuthControllerContext: React.Context<AuthController<any, any>>;
