declare const EnterKeySubmitPlugin: ({ onKeyDown }: { onKeyDown: () => void; }) => null; export { EnterKeySubmitPlugin };