import { SVGProps } from "react";
export default function GooeyBallsTwo({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element;
