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