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