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