import React from 'react'; import type { OtpFormProps } from '../../../../types/auth'; /*** * One-time passcode form pattern with digit input and submit actions. * */ export declare const OtpForm: (props: OtpFormProps) => React.ReactElement | null; //# sourceMappingURL=OtpForm.d.ts.map