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