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