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

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