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