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

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