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