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