/// <reference types="react" />
import type { TOTPMFACommonProps } from "../../../types";
export declare const CodeVerificationFooter: import("react").ComponentType<
    TOTPMFACommonProps & {
        onSignOutClicked: () => void;
    }
>;
