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