import { SVGProps } from 'react';

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

export { Xyo as default };
