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

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