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