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