import React from 'react'; interface DetectionDatasetDemoProps { } declare const DetectionDatasetDemo: React.FC; export default DetectionDatasetDemo;