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