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