/// <reference types="react" />
import type { MFAOTPHeaderProps } from "../../../types";
export declare const MFAOTPHeader: import("react").ComponentType<MFAOTPHeaderProps>;
