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