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