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

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