import * as React from 'react'; import type { InlineViewProps } from '../../../web/react/InlineView'; export interface RenderInlineProps extends InlineViewProps { children: React.ReactNode; } export declare const RenderInline: React.FC;