import { BlockComponent } from '../types/block-registry.js'; import 'react'; declare function getSchema(blocks: BlockComponent[]): string; export { getSchema as default };