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