export type ElementNodeKind = 'paragraph' | 'image' | 'link'; export type LeafNodeKind = 'text';