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