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