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