import React from "react";
import IProps from "./IProps";
declare const Otp: {
    ({ character, onChange, ...attributes }: IProps): React.JSX.Element;
    displayName: string;
};
export default Otp;
