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