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