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