import { SVGProps } from 'react';

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

export { Obyte as default };
