import { SVGProps } from 'react';

declare const Orbs: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Orbs as default };
