import { SVGProps } from 'react';

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

export { Naga as default };
