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