import React from 'react'; import { StringRainProps } from './interface'; declare const StringRain: React.FC; export default StringRain;