import React from "react"; interface ShootingStarsProps { minSpeed?: number; maxSpeed?: number; minDelay?: number; maxDelay?: number; starColor?: string; trailColor?: string; starWidth?: number; starHeight?: number; className?: string; } export declare const ShootingStars: React.FC; export {}; //# sourceMappingURL=shooting-stars.d.ts.map