/// <reference types="react" />
export declare const AuthPageFooter: import("react").ComponentType<{
    privacyPolicyLink?: string | undefined;
    termsOfServiceLink?: string | undefined;
    factorIds: string[];
    hasSeparateSignUpView: boolean;
    isSignUp: boolean;
}>;
