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