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