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