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