import React from "react";
interface PreetiToUnicodeInputProps {
    inputElement: React.ReactElement<React.InputHTMLAttributes<HTMLInputElement> | React.TextareaHTMLAttributes<HTMLTextAreaElement>>;
    enableEnglishLanguageToggle?: boolean;
}
declare const PreetiToUnicodeInput: React.FC<PreetiToUnicodeInputProps>;
export { PreetiToUnicodeInput, PreetiToUnicodeInputProps };
