import { SVGProps } from 'react';

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

export { Komodo as default };
