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