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