import { default as React } from 'react'; type MFAProps = { className?: string; length?: number; disabled?: boolean; } & Omit, "type" | "inputMode" | "pattern" | "autoComplete">; export declare const MFAInput: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const MFAControl: React.ForwardRefExoticComponent & React.RefAttributes, "ref"> & React.RefAttributes>; export {}; //# sourceMappingURL=MFA.d.ts.map