import React from 'react';
declare const DicomViewer: React.FC<{
    imageId: string;
}>;
export default DicomViewer;
