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