import React from "react"; type MetaBallsProps = { color?: string; speed?: number; enableMouseInteraction?: boolean; hoverSmoothness?: number; animationSize?: number; ballCount?: number; clumpFactor?: number; cursorBallSize?: number; cursorBallColor?: string; enableTransparency?: boolean; }; declare const MetaBalls: React.FC; export default MetaBalls; //# sourceMappingURL=MetaBalls.d.ts.map