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