import { SVGProps } from 'react';

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

export { Xdai as default };
