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