import { SVGProps } from 'react';

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

export { Xtrabytes as default };
