import { SVGProps } from 'react';

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

export { Digixdao as default };
