import React from "react";
interface AuthScreenProps {
    useToast?: any;
    logoSrc?: string;
    title?: string;
    description?: string;
    className?: string;
}
export declare const AuthScreen: React.FC<AuthScreenProps>;
export {};
//# sourceMappingURL=AuthScreen.d.ts.map