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