import type { ReactNode } from "react"; import { type BlockViewProps } from "../feed/Feed.js"; export declare function AssistantBlock(props: BlockViewProps): ReactNode;