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