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