import { OTPInputProps } from './otp-input.types';
import * as React from 'react';
declare const OtpInput: React.FC<OTPInputProps>;
export { OtpInput };
//# sourceMappingURL=otp-input.d.ts.map