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