interface FallingTextProps { text?: string; highlightWords?: string[]; highlightClass?: string; trigger?: "auto" | "scroll" | "click" | "hover"; backgroundColor?: string; wireframes?: boolean; gravity?: number; mouseConstraintStiffness?: number; fontSize?: string; } declare const FallingText: React.FC; export default FallingText; //# sourceMappingURL=FallingText.d.ts.map