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

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