import React from 'react'; export interface IYamlViewerProps { content: string; } export declare const YamlViewer: React.FC;