import type { FC } from 'react'; import type { PegaCustom } from 'slate'; type CosmosNode = PegaCustom.Element | PegaCustom.Text; export interface RichTextTreeRendererProps { nodes: CosmosNode[]; } export declare const RichTextTreeRenderer: FC; export {}; //# sourceMappingURL=RichTextTreeRenderer.d.ts.map