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