import * as React from 'react'; declare function Ball(props: React.SVGProps): React.JSX.Element; export default Ball;