import { SVGProps } from 'react';

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

export { Defichain as default };
