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