import { XMLViewerProps } from './types';
export default function XMLViewer(props: XMLViewerProps): JSX.Element;
