import React from 'react'; type NeoVimLogoProps = React.SVGProps; export declare const NeoVimLogo: (props: NeoVimLogoProps) => import("react/jsx-runtime").JSX.Element; export {};