import { SVGProps } from "react";
declare const GIDragonBalls: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { GIDragonBalls };
