import type { Components, JSX } from "../types/components";

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