import { ReactElement, SVGProps } from 'react'; export default function BallTriangle(props: JSX.IntrinsicAttributes & SVGProps): ReactElement;