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