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