import { SVGProps } from 'react';

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

export { Hackenai as default };
