import { Node } from '@tiptap/react';
declare const InputNode: Node<any, any>;
export default InputNode;
