import { SVGProps } from 'react'; declare const Naga: (props: SVGProps) => JSX.Element; export { Naga as default };