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