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