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

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