import React from 'react';
import { IOTPElementProps } from './Interface';
export declare const restrictInput: (isNumber: boolean, value: string) => boolean;
declare const OtpElement: React.ForwardRefExoticComponent<IOTPElementProps & React.RefAttributes<HTMLInputElement>>;
export default OtpElement;
