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

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