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