import { SVGProps } from 'react';

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

export { Digibyte as default };
