import Editor from '../Editor'; declare const sendKeyPressRelease: (target: Editor | HTMLElement, key: string) => void; export default sendKeyPressRelease;