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