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