declare type Props = { render: RenderJsonSource; }; export declare function CodeBlock(props: Props): JSX.Element; declare type Highlights = 'none' | 'green' | 'red' | 'yellow'; declare type RenderJsonSource = { json: any; highlight?: { trail: string; wasMissing?: boolean; highlight: Highlights; }; }; export {}; //# sourceMappingURL=code-block.d.ts.map