/// <reference types="react" />
export declare const FactorChooserFooter: import("react").ComponentType<{
    logout: (() => void) | undefined;
}>;
