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