import React from 'react'; import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model'; export default function SyncBlock(props: React.PropsWithChildren<{ content?: PMNode[]; localId?: string; resourceId?: string; }>): React.JSX.Element;