import type { Components, JSX } from "../types/components"; interface MicrosoftLogoIcon extends Components.MicrosoftLogoIcon, HTMLElement {} export const MicrosoftLogoIcon: { prototype: MicrosoftLogoIcon; new (): MicrosoftLogoIcon; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;