import React from "react";
export declare const AuthConsoleContext: React.Context<{
    isAuth: boolean;
}>;
export declare const AuthConsoleProvider: (props: React.PropsWithChildren<{
    isAuth: boolean;
}>) => import("react/jsx-runtime").JSX.Element;
export declare const useAuthLog: () => boolean;
