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

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