import React from "react";
import type { BlockObjectResponse } from "@notionhq/client";
export declare function renderBlocks(blocks: BlockObjectResponse[]): React.ReactNode;
