import type { StreamdownTextProps } from './types'; /** * Streaming-ready markdown component. * * Processes markdown through remend on a worklet thread, * then renders via EnrichedMarkdownText. */ export declare function StreamdownText({ markdown, remendConfig, selectable, ...enrichedMarkdownProps }: StreamdownTextProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=StreamdownText.d.ts.map