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