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