import React from 'react'; import { FieldOTPClassesType, OTPInputFieldType } from '../../types'; declare type FieldOTPProps = { length: number; onChangeOTP: (OTP: string) => void; autoFocus?: boolean; type: OTPInputFieldType; disabled?: boolean; classes: FieldOTPClassesType; }; declare const _default: React.MemoExoticComponent<{ ({ length, type, autoFocus, disabled, onChangeOTP, classes, ...rest }: FieldOTPProps): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { length: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; onChangeOTP: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; autoFocus: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; type: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; value: { value: string; }[]; }; }; disabled: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }>; export default _default;