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