import React from 'react'; import { OtpInputProps } from './types'; /** * OtpInput Component * * A specialized input component for One-Time Password (OTP) codes. * Supports manual entry, paste functionality, and different display modes. * * @example * ```tsx * * ``` */ export declare const OtpInput: React.FC; export type { OtpInputProps } from './types'; //# sourceMappingURL=index.d.ts.map