import { SVGProps } from 'react';

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

export { Neo as default };
