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