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