import { NodeComponentProps } from '../../types/node-component'; export declare function StrongNode(props: NodeComponentProps<{ type: 'strong'; }>): import("react/jsx-runtime").JSX.Element; export default StrongNode;