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

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