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