import { Node } from '@tiptap/core'; /** * This extension allows you to create text nodes. * @see https://www.tiptap.dev/api/nodes/text */ export declare const Text: Node; //# sourceMappingURL=text.d.ts.map