/// import type { TOTPMFACommonProps } from "../../../types"; export declare const CodeVerificationHeader: import("react").ComponentType< TOTPMFACommonProps & { showBackButton: boolean; onBackButtonClicked: () => void; } >;