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

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