import React from 'react'; export interface RealLogViewerProps { text: string; classes?: { root?: string; }; } export declare function RealLogViewer(props: RealLogViewerProps): React.JSX.Element;