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