import React from 'react'; import type { NodeProps } from '../types'; export default function Paragraph({ children, dataAttributes, localId, asInline, }: NodeProps): React.JSX.Element;