import { SVGProps } from 'react';

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

export { Derivadao as default };
