import { SVGProps } from 'react';

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

export { Gobyte as default };
