import { AuthProps } from './types'; export declare const PAGE_STATE: { SIGN_IN: string; SIGN_UP: string; RESET_PASSWORD: string; SEND_VERIFICATION_EMAIL: string; INVITE: string; }; export declare const FirebaseAuthForm: ({ pageState, thirdPartyLoginConfig, isError, onThirdPartyLoginSuccess, onThirdPartyLoginError, onLoginSuccess, onLoginError, onSignupSuccess, onSignupError, onLinkToForgotPassword, onLinkToLogin, onLinkToSignup, handleInviteCodeVerify, verifyInviteCodeLoading, logo, agreements, thirdPartyLoginPlatforms, }: AuthProps) => import("react/jsx-runtime").JSX.Element;