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