import React from 'react';
import { IOTPProps } from './Interface';
import './styles.scss';
declare const OTP: React.FC<IOTPProps>;
export default OTP;
