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