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