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