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