import React from 'react'; import { IOTPInput, IOTPGroup } from './types'; export declare const OtpInput: React.FC; export declare const OtpGroup: React.FC; export declare const OtpSeparator: React.FC;