import { useAuthStrategies } from "../hooks/use-auth";
import { AuthForm } from "./AuthForm";
import { AuthScreen } from "./AuthScreen";
import { SocialLink } from "./SocialLink";
export declare const Auth: {
    Screen: typeof AuthScreen;
    Form: typeof AuthForm;
    SocialLink: typeof SocialLink;
};
export { useAuthStrategies };
