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