import React from 'react'; interface SpiderProps { autoplay?: boolean; deployTime?: number; initIdx?: number; children?: any; height?: number; style?: any; } declare const Spider: React.FC; export default Spider;