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