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