/** * Map of all inline node types. * Inline nodes can only contain inline or text nodes. */ declare const _default: { LINK: string; IMAGE: string; EMOJI: string; }; export default _default;