import { SVGProps } from 'react';

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

export { MantraDao as default };
