import type { StreamdownProps } from 'streamdown'; /** Streamdown's component map type */ type StreamdownComponents = NonNullable; /** * Custom component mapping for Streamdown that extends the markdown mappings we have for react-markdown * with a code component that distinguishes between inline and block code and returns the appropriate type. */ export declare const streamdownComponents: StreamdownComponents; export {};