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