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

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